Skip to content

Commit d67c51e

Browse files
authored
Merge pull request #3177 from scala-steward-org/fthomas-patch-1
Reorganize updates.ignore entries
2 parents eb1ff09 + fe19465 commit d67c51e

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed

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

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,7 @@ postUpdateHooks = [
2828
]
2929

3030
updates.ignore = [
31-
// Wait with sbt 1.9.5 until we know more about https://github.com/scala/bug/issues/12868
32-
{ 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", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
35-
{ groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
36-
{ groupId = "com.typesafe.play", artifactId = "play-file-watch", version = { exact = "1.2.0" } },
37-
{ groupId = "com.typesafe.play", artifactId = "cachecontrol", version = { exact = "2.3.0" } },
38-
{ groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = { exact = "1.6.0" } },
39-
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = { exact = "1.6.0" } },
40-
{ groupId = "com.typesafe.play", artifactId = "twirl-api_sjs1", version = { exact = "1.6.0" } },
41-
{ groupId = "com.typesafe.play", artifactId = "twirl-compiler", version = { exact = "1.6.0" } },
42-
{ groupId = "com.typesafe.play", artifactId = "twirl-parser", version = { exact = "1.6.0" } },
43-
{ groupId = "com.typesafe.play", artifactId = "play-doc", version = { exact = "2.2.0" } },
44-
{ groupId = "com.typesafe.play", artifactId = "play-json", version = { exact = "2.10.0" } },
45-
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = { exact = "2.10.0" } },
46-
{ groupId = "com.typesafe.play", artifactId = "play-functional_native0.4", version = { exact = "2.10.0" } },
47-
{ groupId = "com.typesafe.play", artifactId = "play-functional_sjs1", version = { exact = "2.10.0" } },
48-
{ groupId = "com.typesafe.play", artifactId = "play-json-joda", version = { exact = "2.10.0" } },
49-
{ groupId = "com.typesafe.play", artifactId = "play-json_native0.4", version = { exact = "2.10.0" } },
50-
{ groupId = "com.typesafe.play", artifactId = "play-json_sjs1", version = { exact = "2.10.0" } },
51-
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone", version = { exact = "2.2.0" } },
52-
{ groupId = "com.typesafe.play", artifactId = "play-ahc-ws-standalone", version = { exact = "2.2.0" } },
53-
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-json", version = { exact = "2.2.0" } },
54-
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-xml", version = { exact = "2.2.0" } },
55-
{ groupId = "com.typesafe.play", artifactId = "shaded-asynchttpclient", version = { exact = "2.2.0" } },
56-
{ groupId = "com.typesafe.play", artifactId = "shaded-oauth", version = { exact = "2.2.0" } },
57-
{ groupId = "com.typesafe.play", artifactId = "interplay", version = { exact = "3.1.6" } },
58-
{ groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = { exact = "6.0.0-RC1" } },
59-
{ groupId = "org.webjars", artifactId = "webjars-play", version = { exact = "2.9.0-RC1" } },
60-
{ groupId = "com.github.sbt", artifactId = "sbt-web-build-base", version = { exact = "2.0.0" } },
61-
{ groupId = "com.github.sbt", artifactId = "sbt-web", version = { exact = "1.5.0" } },
62-
{ groupId = "com.github.sbt", artifactId = "sbt-js-engine", version = { exact = "1.3.0" } },
31+
// Artifacts below are ignored because they are not yet announced.
6332

6433
// Ignore the next Scala 3 version until it is announced.
6534
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
@@ -138,6 +107,42 @@ updates.ignore = [
138107
{ groupId = "org.scala-js", artifactId = "scalajs-junit-test-runtime_2.12", version = { exact = "1.15.0" } },
139108
{ groupId = "org.scala-js", artifactId = "scalajs-junit-test-runtime_2.13", version = { exact = "1.15.0" } },
140109

110+
// Artifacts below are ignored because they are broken or their versioning is broken.
111+
112+
// sbt 1.9.5 is broken, see https://github.com/sbt/sbt/releases/tag/v1.9.5 for details
113+
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },
114+
115+
// The following libraries were published with sbt 1.9.5 and should therefore not be released into the wild:
116+
{ groupId = "com.typesafe.play", artifactId = "sbt-play-ebean", version = { exact = "7.0.0-RC1" } },
117+
{ groupId = "com.typesafe.play", artifactId = "play-ebean", version = { exact = "7.0.0-RC1" } },
118+
{ groupId = "com.typesafe.play", artifactId = "play-file-watch", version = { exact = "1.2.0" } },
119+
{ groupId = "com.typesafe.play", artifactId = "cachecontrol", version = { exact = "2.3.0" } },
120+
{ groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = { exact = "1.6.0" } },
121+
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = { exact = "1.6.0" } },
122+
{ groupId = "com.typesafe.play", artifactId = "twirl-api_sjs1", version = { exact = "1.6.0" } },
123+
{ groupId = "com.typesafe.play", artifactId = "twirl-compiler", version = { exact = "1.6.0" } },
124+
{ groupId = "com.typesafe.play", artifactId = "twirl-parser", version = { exact = "1.6.0" } },
125+
{ groupId = "com.typesafe.play", artifactId = "play-doc", version = { exact = "2.2.0" } },
126+
{ groupId = "com.typesafe.play", artifactId = "play-json", version = { exact = "2.10.0" } },
127+
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = { exact = "2.10.0" } },
128+
{ groupId = "com.typesafe.play", artifactId = "play-functional_native0.4", version = { exact = "2.10.0" } },
129+
{ groupId = "com.typesafe.play", artifactId = "play-functional_sjs1", version = { exact = "2.10.0" } },
130+
{ groupId = "com.typesafe.play", artifactId = "play-json-joda", version = { exact = "2.10.0" } },
131+
{ groupId = "com.typesafe.play", artifactId = "play-json_native0.4", version = { exact = "2.10.0" } },
132+
{ groupId = "com.typesafe.play", artifactId = "play-json_sjs1", version = { exact = "2.10.0" } },
133+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone", version = { exact = "2.2.0" } },
134+
{ groupId = "com.typesafe.play", artifactId = "play-ahc-ws-standalone", version = { exact = "2.2.0" } },
135+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-json", version = { exact = "2.2.0" } },
136+
{ groupId = "com.typesafe.play", artifactId = "play-ws-standalone-xml", version = { exact = "2.2.0" } },
137+
{ groupId = "com.typesafe.play", artifactId = "shaded-asynchttpclient", version = { exact = "2.2.0" } },
138+
{ groupId = "com.typesafe.play", artifactId = "shaded-oauth", version = { exact = "2.2.0" } },
139+
{ groupId = "com.typesafe.play", artifactId = "interplay", version = { exact = "3.1.6" } },
140+
{ groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = { exact = "6.0.0-RC1" } },
141+
{ groupId = "org.webjars", artifactId = "webjars-play", version = { exact = "2.9.0-RC1" } },
142+
{ groupId = "com.github.sbt", artifactId = "sbt-web-build-base", version = { exact = "2.0.0" } },
143+
{ groupId = "com.github.sbt", artifactId = "sbt-web", version = { exact = "1.5.0" } },
144+
{ groupId = "com.github.sbt", artifactId = "sbt-js-engine", version = { exact = "1.3.0" } },
145+
141146
{ groupId = "com.google.guava", artifactId = "guava", version = "r0" },
142147

143148
// https://github.com/beautiful-scala/sbt-scalastyle/pull/13

0 commit comments

Comments
 (0)