Skip to content

Commit

Permalink
Update sbt-scalajs to 1.16.0 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 3, 2024
1 parent c2860f7 commit 0f2eb8b
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.13.2",
"org.scala-js" % "sbt-scalajs" % "1.16.0",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in update).value
) % Optional
Expand Down

0 comments on commit 0f2eb8b

Please sign in to comment.