Skip to content

Commit 07d501b

Browse files
Update sbt-scalafix to 0.12.0 (#324)
1 parent 43cc34d commit 07d501b

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
22
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7")

0 commit comments

Comments
 (0)