Skip to content

Commit

Permalink
Update sbt-scalajs to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2020
1 parent df23ff0 commit 807c0c2
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.eed3si9n" % "sbt-unidoc" % "0.4.3")

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

0 comments on commit 807c0c2

Please sign in to comment.