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.
1 parent bf71aef commit e96d068Copy full SHA for e96d068
project/plugins.sbt
@@ -8,9 +8,9 @@ else
8
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.25")
9
10
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
11
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
12
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
13
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.6.0-RC1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.7.0-RC1")
14
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
15
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
16
0 commit comments