Skip to content

Commit 6525ca6

Browse files
Update sbt-scalafix to 0.9.21 (#1623)
1 parent ca0c96d commit 6525ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/core/src/main/scala/org/scalasteward/core/buildtool/sbt/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package object sbt {
3535
val scalaStewardScalafixSbt: FileData =
3636
FileData(
3737
"scala-steward-scalafix.sbt",
38-
"""addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.20")"""
38+
"""addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.21")"""
3939
)
4040

4141
def scalaStewardScalafixOptions(scalacOptions: List[String]): FileData = {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
1212
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10")
1313

1414
// This is only here so that Scala Steward updates the version in sbt/package.scala too.
15-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.20")
15+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.21")

0 commit comments

Comments
 (0)