Skip to content

Commit c954aef

Browse files
committed
Update sbt-scalafix to 0.14.2
1 parent e1c5d23 commit c954aef

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
@@ -6,7 +6,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
77

88
// scalafix - Rules for code format: organize imports
9-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
9+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
1010

1111
//Kamon
1212
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.1.0")

0 commit comments

Comments
 (0)