We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f0f6f commit 337e731Copy full SHA for 337e731
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
3
4
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
5
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
6
7
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
0 commit comments