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 0e4edc6 + d6d9c8e commit 29d65f0Copy full SHA for 29d65f0
project/plugins.sbt
@@ -6,7 +6,7 @@ val scalaJSVersion =
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7
8
val scalaNativeVersion =
9
- Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.8")
+ Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
10
11
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
12
0 commit comments