Skip to content

Commit

Permalink
chore: Update sbt-scalafix from 0.11.1 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored and seakayone committed Mar 18, 2024
1 parent 24b691a commit 1027357
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 @@ -14,7 +14,7 @@ addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

// ad-hoc plugins - uncomment on demenad and keep it commented out in main branch
Expand Down

0 comments on commit 1027357

Please sign in to comment.