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 97e552b + 7e73e12 commit a6ae5c6Copy full SHA for a6ae5c6
project/plugins.sbt
@@ -1,7 +1,7 @@
1
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
2
3
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
4
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
5
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
6
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.5")
7
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
0 commit comments