We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172a1b8 commit 6b81093Copy full SHA for 6b81093
project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
7
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "0.6.0")
8
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
9
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.0")
10
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.8")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.9")
11
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.18")
12
13
scalacOptions += "-deprecation"
0 commit comments