@@ -30,19 +30,6 @@ postUpdateHooks = [
3030updates.ignore = [
3131 // Artifacts below are ignored because they are not yet announced.
3232
33- // Ignore the next Scala 3 Next (3.x.0) version until it is announced.
34- { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.0" } },
35- { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.0" } },
36- { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.7.0" } },
37- { groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.7.0" } },
38- { groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.7.0" } },
39- { groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.7.0" } },
40- { groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.7.0" } },
41- { groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.7.0" } },
42- { groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.7.0" } },
43- { groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.7.0" } },
44- { groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.0" } },
45-
4633 // Ignore the next Scala 3 Next version until it is announced.
4734 { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.0" } },
4835 { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.0" } },
0 commit comments