We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09e691 commit 1129682Copy full SHA for 1129682
project/plugin.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
6
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
9
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
10
11
scalacOptions ++= Seq(
12
"-deprecation",
0 commit comments