@@ -31,17 +31,17 @@ updates.ignore = [
31
31
// Artifacts below are ignored because they are not yet announced.
32
32
33
33
// Ignore the next Scala 3 Next version until it is announced.
34
- { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.1 " } },
35
- { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.1 " } },
36
- { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.7.1 " } },
37
- { groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.7.1 " } },
38
- { groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.7.1 " } },
39
- { groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.7.1 " } },
40
- { groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.7.1 " } },
41
- { groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.7.1 " } },
42
- { groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.7.1 " } },
43
- { groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.7.1 " } },
44
- { groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.1 " } },
34
+ { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.2 " } },
35
+ { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.2 " } },
36
+ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.7.2 " } },
37
+ { groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.7.2 " } },
38
+ { groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.7.2 " } },
39
+ { groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.7.2 " } },
40
+ { groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.7.2 " } },
41
+ { groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.7.2 " } },
42
+ { groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.7.2 " } },
43
+ { groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.7.2 " } },
44
+ { groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.2 " } },
45
45
46
46
// Ignore the Scala 3.6.1 - abandoned hotfix to broken release 3.6.0
47
47
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },
0 commit comments