Skip to content

Commit e989fa0

Browse files
committed
Updated to scala-native 0.4.5.
1 parent fa7310a commit e989fa0

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 = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.8.0")
66

77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
88

9-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4")
9+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
1010

1111
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
1212

0 commit comments

Comments
 (0)