Skip to content

Commit 14f27e3

Browse files
authored
Merge pull request #291 from scala-steward/update/sbt-scalajs-1.13.0
Update sbt-scalajs to 1.13.0
2 parents 27ef140 + 62ba544 commit 14f27e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libraryDependencies += "com.jsuereth" %% "scala-arm" % "2.0"
33
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
44

55
libraryDependencies += Defaults.sbtPluginExtra(
6-
"org.scala-js" % "sbt-scalajs" % "1.12.0",
6+
"org.scala-js" % "sbt-scalajs" % "1.13.0",
77
(sbtBinaryVersion in pluginCrossBuild).value,
88
(scalaBinaryVersion in update).value
99
) % Optional

0 commit comments

Comments
 (0)