Skip to content

Commit

Permalink
Update sbt-scalajs to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 30, 2023
1 parent 8fe69ef commit 62ba544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ libraryDependencies += "com.jsuereth" %% "scala-arm" % "2.0"
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

libraryDependencies += Defaults.sbtPluginExtra(
"org.scala-js" % "sbt-scalajs" % "1.12.0",
"org.scala-js" % "sbt-scalajs" % "1.13.0",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in update).value
) % Optional
Expand Down

0 comments on commit 62ba544

Please sign in to comment.