We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18368b + 57d5630 commit cf6e52dCopy full SHA for cf6e52d
project/plugins.sbt
@@ -1,7 +1,7 @@
1
val scalaJSVersion =
2
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.29")
3
4
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
5
6
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
0 commit comments