Skip to content

Commit 68d55e7

Browse files
Update sbt-scalafix to 0.14.2
1 parent 9fadf33 commit 68d55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" %
1010
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
1111
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1212
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
13-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
13+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
1414
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
1515
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
1616
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")

0 commit comments

Comments
 (0)