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 4182e59 + 2fbee4c commit 5236f78Copy full SHA for 5236f78
project/plugins.sbt
@@ -1,7 +1,7 @@
1
val scalaJSVersion =
2
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")
3
4
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
5
6
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
0 commit comments