We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ebf53 commit 24cdb2aCopy full SHA for 24cdb2a
project/plugins.sbt
@@ -10,6 +10,6 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty)
10
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
11
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.9.0")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.4")
14
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
15
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
0 commit comments