Skip to content

Commit e1c5d23

Browse files
authored
Merge pull request #131 from robinraju/update/sbt-scalafix-0.13.0
Update sbt-scalafix to 0.13.0
2 parents b9fca67 + 3cf3938 commit e1c5d23

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.12.1")
9+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
1010

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

0 commit comments

Comments
 (0)