Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 8c3163a

Browse files
committed
Update sbt-scalafix to 0.10.4
1 parent 0a26eb8 commit 8c3163a

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
33
addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
55
addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
77
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")

0 commit comments

Comments
 (0)