Skip to content

Commit

Permalink
Merge pull request #227 from scala-steward/update/sbt-scalafix-0.10.1
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.10.1
  • Loading branch information
tpasternak authored Jul 11, 2022
2 parents 40815f2 + f3bf7b2 commit 732bd5f
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
@@ -1,6 +1,6 @@
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 comments on commit 732bd5f

Please sign in to comment.