Skip to content

Commit

Permalink
Retract sbt 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Mar 3, 2025
1 parent bdda49b commit a328e10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ updates.ignore = [
// sbt 1.9.5 is broken, see https://github.com/sbt/sbt/releases/tag/v1.9.5 for details
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },

// sbt 1.10.8 is dead on arrival, see https://github.com/sbt/sbt/releases/tag/v1.10.8 for details
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.10.8" } },

// The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild:
{ groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
{ groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
Expand Down Expand Up @@ -328,5 +331,13 @@ updates.retracted = [
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.0" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.0" } },
]
},
{
reason = "sbt 1.10.8 is dead on arrival, please use 1.10.9 when it comes out.",
doc = "https://github.com/sbt/sbt/releases/tag/v1.10.8",
artifacts = [
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.10.8" } },
{ groupId = "org.scala-sbt", artifactId = "scripted-plugin", version = { exact = "1.10.8" } },
]
}
]

0 comments on commit a328e10

Please sign in to comment.