Skip to content

Commit

Permalink
Merge pull request #1963 from scalacenter/update/sbt-scalafix-0.12.0
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.12.0
  • Loading branch information
bjaglin authored Mar 15, 2024
2 parents 3e57721 + aba6816 commit 2247bae
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 @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")

// https://github.com/scala/bug/issues/12632
Expand Down

0 comments on commit 2247bae

Please sign in to comment.