Skip to content

Commit 15ad2e2

Browse files
mkurzmzuehlke
authored andcommitted
Hold back artifacts published with sbt 1.9.5
1 parent 3a81d8e commit 15ad2e2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,37 @@ postUpdateHooks = [
3030
updates.ignore = [
3131
// Wait with sbt 1.9.5 until we know more about https://github.com/scala/bug/issues/12868
3232
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },
33+
// The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild:
34+
{ groupId = "com.typesafe.play", version = { exact = "2.9.0-RC1" } },
35+
{ groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
36+
{ groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
37+
{ groupId = "com.typesafe.play", artifactId = "play-file-watch", version = { exact = "1.2.0" } },
38+
{ groupId = "com.typesafe.play", artifactId = "cachecontrol", version = { exact = "2.3.0" } },
39+
{ groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = { exact = "1.6.0" } },
40+
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = { exact = "1.6.0" } },
41+
{ groupId = "com.typesafe.play", artifactId = "twirl-api_sjs1", version = { exact = "1.6.0" } },
42+
{ groupId = "com.typesafe.play", artifactId = "twirl-compiler", version = { exact = "1.6.0" } },
43+
{ groupId = "com.typesafe.play", artifactId = "twirl-parser", version = { exact = "1.6.0" } },
44+
{ groupId = "com.typesafe.play", artifactId = "play-doc", version = { exact = "2.2.0" } },
45+
{ groupId = "com.typesafe.play", artifactId = "play-json", version = { exact = "2.10.0" } },
46+
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = { exact = "2.10.0" } },
47+
{ groupId = "com.typesafe.play", artifactId = "play-functional_native0.4", version = { exact = "2.10.0" } },
48+
{ groupId = "com.typesafe.play", artifactId = "play-functional_sjs1", version = { exact = "2.10.0" } },
49+
{ groupId = "com.typesafe.play", artifactId = "play-json-joda", version = { exact = "2.10.0" } },
50+
{ groupId = "com.typesafe.play", artifactId = "play-json_native0.4", version = { exact = "2.10.0" } },
51+
{ groupId = "com.typesafe.play", artifactId = "play-json_sjs1", version = { exact = "2.10.0" } },
52+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone", version = { exact = "2.2.0" } },
53+
{ groupId = "com.typesafe.play", artifactId = "play-ahc-ws-standalone", version = { exact = "2.2.0" } },
54+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-json", version = { exact = "2.2.0" } },
55+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-xml", version = { exact = "2.2.0" } },
56+
{ groupId = "com.typesafe.play", artifactId = "shaded-asynchttpclient", version = { exact = "2.2.0" } },
57+
{ groupId = "com.typesafe.play", artifactId = "shaded-oauth", version = { exact = "2.2.0" } },
58+
{ groupId = "com.typesafe.play", artifactId = "interplay", version = { exact = "3.1.6" } },
59+
{ groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = { exact = "6.0.0-RC1" } },
60+
{ groupId = "org.webjars", artifactId = "webjars-play", version = { exact = "2.9.0-RC1" } },
61+
{ groupId = "com.github.sbt", artifactId = "sbt-web-build-base", version = { exact = "2.0.0" } },
62+
{ groupId = "com.github.sbt", artifactId = "sbt-web", version = { exact = "1.5.0" } },
63+
{ groupId = "com.github.sbt", artifactId = "sbt-js-engine", version = { exact = "1.3.0" } },
3364

3465
// Ignore the next Scala 3 version until it is announced.
3566
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },

0 commit comments

Comments
 (0)