Skip to content

Commit d6d9c8e

Browse files
committed
Update sbt-scala-native to 0.3.9
1 parent 0e4edc6 commit d6d9c8e

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)