Skip to content

Commit ca9799c

Browse files
authored
Update sbt-scalafix to 0.14.2 (#443)
1 parent d6014c2 commit ca9799c

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.4")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7")

0 commit comments

Comments
 (0)