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.
1 parent 0e4edc6 commit d6d9c8eCopy full SHA for d6d9c8e
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