Skip to content

Commit

Permalink
Merge pull request #291 from scala-steward/update/sbt-scalajs-1.13.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs to 1.13.0
  • Loading branch information
Atry authored Feb 14, 2023
2 parents 27ef140 + 62ba544 commit 14f27e3
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 14f27e3

Please sign in to comment.