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 a76c2e9 + 0a0074f commit c323a31Copy full SHA for c323a31
project/plugins.sbt
@@ -2,6 +2,6 @@ val scalaJSVersion =
2
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.32")
3
4
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
5
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0")
0 commit comments