@@ -185,6 +185,9 @@ updates.ignore = [
185
185
// sbt 1.9.5 is broken, see https://github.com/sbt/sbt/releases/tag/v1.9.5 for details
186
186
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },
187
187
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
+
188
191
// The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild:
189
192
{ groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
190
193
{ groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
@@ -328,5 +331,13 @@ updates.retracted = [
328
331
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.0" } },
329
332
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.0" } },
330
333
]
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
+ ]
331
342
}
332
343
]
0 commit comments