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.
2 parents af9fa3d + 5771d0a commit 8a4a7b3Copy full SHA for 8a4a7b3
project/plugins.sbt
@@ -2,9 +2,9 @@ val scalaJSVersion =
2
Option(System.getenv("SCALAJS_VERSION")).filter(_ != "").getOrElse("1.0.0")
3
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
5
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
6
7
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4")
8
-addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
+addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
9
10
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
0 commit comments