@@ -185,6 +185,9 @@ updates.ignore = [
185185 // sbt 1.9.5 is broken, see https://github.com/sbt/sbt/releases/tag/v1.9.5 for details
186186 { groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },
187187
188+ // sbt 1.10.8 is dead on arrival, see https://github.com/sbt/sbt/releases/tag/v1.10.8 for details
189+ { groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.10.8" } },
190+
188191 // The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild:
189192 { groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
190193 { groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
@@ -328,5 +331,13 @@ updates.retracted = [
328331 { groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.0" } },
329332 { groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.0" } },
330333 ]
334+ },
335+ {
336+ reason = "sbt 1.10.8 is dead on arrival, please use 1.10.9 when it comes out.",
337+ doc = "https://github.com/sbt/sbt/releases/tag/v1.10.8",
338+ artifacts = [
339+ { groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.10.8" } },
340+ { groupId = "org.scala-sbt", artifactId = "scripted-plugin", version = { exact = "1.10.8" } },
341+ ]
331342 }
332343]
0 commit comments