File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/core/src/main/scala/org/scalasteward/core/buildtool/sbt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
1212addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments