Skip to content

Commit 5f18d31

Browse files
authored
Update sbt-scalafix to 0.14.0 (#429)
1 parent c3e6f53 commit 5f18d31

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

0 commit comments

Comments
 (0)