Skip to content

Commit

Permalink
Update sbt-scalafix to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mdedetrich committed Sep 18, 2022
1 parent 5a4ce58 commit 8186243
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 @@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" %
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.3")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2")
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "4.1.0")
Expand Down

0 comments on commit 8186243

Please sign in to comment.