Skip to content

Commit 5fbac27

Browse files
authored
bump: Downgrade sbt-scalafix to work with Scala 2.13.15 (akka#4477)
1 parent 6474456 commit 5fbac27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.scala-steward.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ updates.pin = [
2424
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
2525
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622
2626
{ groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "2.9." },
27+
# newer versions require newer Scala version than 2.13.15
28+
{ groupId = "ch.epfl.scala", artifactId = "sbt-scalafix", version = "0.13."}
2729
]

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
1515
addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.7")
1616
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1717
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
18-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
18+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
1919
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
2020
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0")
2121

0 commit comments

Comments
 (0)