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 593fac2 + 1f1b0b0 commit f8245caCopy full SHA for f8245ca
project/plugins.sbt
@@ -4,7 +4,7 @@ val scalaJSVersion =
4
val scalaNativeVersion =
5
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
6
7
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
8
9
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
10
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
0 commit comments