File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/core/src/main/scala/org/scalasteward/core/sbt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ package object sbt {
5959 val scalaStewardScalafixSbt : FileData =
6060 FileData (
6161 " scala-steward-scalafix.sbt" ,
62- """ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.6 ")"""
62+ """ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7 ")"""
6363 )
6464
6565 val stewardPlugin : FileData = {
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
1313addSbtPlugin(" org.wartremover" % " sbt-wartremover" % " 2.4.2" )
1414
1515// This is only here so that Scala Steward updates the version in sbt/package.scala too.
16- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.6 " )
16+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.7 " )
You can’t perform that action at this time.
0 commit comments