Skip to content

Commit 24cdb2a

Browse files
committed
Update scalafix-core to 0.9.4
1 parent f4ebf53 commit 24cdb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ 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.9.0")
13+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.4")
1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1515
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

0 commit comments

Comments
 (0)