Skip to content

Commit 961b681

Browse files
Update sbt-scalafix, scalafix-core to 0.14.5
1 parent da6018b commit 961b681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
44
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
66
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
7-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
7+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
88

99
ThisBuild / libraryDependencySchemes ++= Seq(
1010
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 commit comments

Comments
 (0)