Skip to content

Commit 29d65f0

Browse files
authored
Merge pull request scala#208 from scala-steward/update/sbt-scala-native-0.3.9
Update sbt-scala-native to 0.3.9
2 parents 0e4edc6 + d6d9c8e commit 29d65f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val scalaJSVersion =
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77

88
val scalaNativeVersion =
9-
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.8")
9+
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
1010

1111
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
1212

0 commit comments

Comments
 (0)