We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ef140 + 62ba544 commit 14f27e3Copy full SHA for 14f27e3
travis/build.sbt
@@ -3,7 +3,7 @@ libraryDependencies += "com.jsuereth" %% "scala-arm" % "2.0"
3
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
4
5
libraryDependencies += Defaults.sbtPluginExtra(
6
- "org.scala-js" % "sbt-scalajs" % "1.12.0",
+ "org.scala-js" % "sbt-scalajs" % "1.13.0",
7
(sbtBinaryVersion in pluginCrossBuild).value,
8
(scalaBinaryVersion in update).value
9
) % Optional
0 commit comments