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 f35e7e5 commit 6e404cbCopy full SHA for 6e404cb
project/plugins.sbt
@@ -6,7 +6,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.7.1")
6
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
8
9
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")
10
11
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
12
0 commit comments