Skip to content

Commit aaf4511

Browse files
committed
Upgrade to scalafix v0.9.0
1 parent becb5fd commit aaf4511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty)
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
1212
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
13-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.7.0-RC1")
13+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.0")
1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1515
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
1616

0 commit comments

Comments
 (0)