Skip to content

Commit be50037

Browse files
authored
Merge pull request #940 from scala-steward/update/sbt-scalafix-0.9.7
Update sbt-scalafix to 0.9.7
2 parents e70a1c0 + 007da76 commit be50037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
1313
addSbtPlugin("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")

0 commit comments

Comments
 (0)