Skip to content

Commit

Permalink
Merge pull request #33 from scalacenter/scalafix0120
Browse files Browse the repository at this point in the history
scalafix 0.12.0
  • Loading branch information
bjaglin authored Mar 2, 2024
2 parents 4fb3a33 + 89ae4d4 commit 9e37ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.12.0"

0 comments on commit 9e37ea4

Please sign in to comment.