@@ -31,9 +31,9 @@ updates.ignore = [
3131 // Artifacts below are ignored because they are not yet announced.
3232
3333 // Ignore the next Scala 3 Next version until it is announced.
34- { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.0 " } },
35- { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.0 " } },
36- { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.0 " } },
34+ { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1 " } },
35+ { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.1 " } },
36+ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.1 " } },
3737
3838 { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.5.2" } },
3939 { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.5.2" } },
@@ -44,6 +44,11 @@ updates.ignore = [
4444 { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.5" } },
4545 { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.5" } },
4646
47+ // Ignore the 3.6.0 version as it is abandoned due to broken compatibility
48+ { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.0" } },
49+ { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.0" } },
50+ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.0" } },
51+
4752 // Ignore the 3.3.2 version as it is abandoned due to broken compatibility
4853 { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
4954 { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
0 commit comments