Skip to content

Commit 2532ffd

Browse files
committed
Update sbt-scalafix to 0.12.1
1 parent 68b3cb8 commit 2532ffd

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
@@ -18,7 +18,7 @@ libraryDependencies ++= {
1818
else Seq("org.scala-js" %% "scalajs-linker" % "1.0.1")
1919
}
2020

21-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
21+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
2222
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
2323
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
2424
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")

0 commit comments

Comments
 (0)