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