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 @@ -38,7 +38,7 @@ package object sbt {
3838 val scalaStewardScalafixSbt : FileData =
3939 FileData (
4040 " scala-steward-scalafix.sbt" ,
41- """ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28 ")"""
41+ """ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29 ")"""
4242 )
4343
4444 def scalaStewardScalafixOptions (scalacOptions : List [String ]): FileData = {
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
1313addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.8.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.28 " )
16+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.29 " )
You can’t perform that action at this time.
0 commit comments