Skip to content

Commit 5a18cec

Browse files
bump: update sbt-scalafix, scalafix-core from 0.11.1 to 0.12.0 (#4362)
1 parent 56d3195 commit 5a18cec

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
@@ -20,7 +20,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
2020
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.54")
2121
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
2222
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
23-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
23+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
2424
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
2525

2626
// used in ValidatePullRequest to check github PR comments whether to build all subprojects

0 commit comments

Comments
 (0)