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 8aeb91b commit 0157ed2Copy full SHA for 0157ed2
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
3
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
4
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
5
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
6
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
7
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
0 commit comments