Skip to content

Commit

Permalink
bump: update sbt-scalafix, scalafix-core from 0.11.1 to 0.12.0 (#4362)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 12, 2024
1 parent 56d3195 commit 5a18cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.54")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

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

0 comments on commit 5a18cec

Please sign in to comment.