We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62de21c + 10f10d4 commit 2234e39Copy full SHA for 2234e39
project/plugins.sbt
@@ -4,6 +4,6 @@ val scalaJSVersion =
4
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
5
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
8
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
9
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.3")
0 commit comments