We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e266cfa commit a722fffCopy full SHA for a722fff
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