We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85ccc3 commit e81abc1Copy full SHA for e81abc1
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
2
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
3
4
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
5
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
6
7
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
0 commit comments