@@ -31,9 +31,9 @@ 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.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 " } },
37
37
38
38
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.5.2" } },
39
39
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.5.2" } },
@@ -44,6 +44,11 @@ updates.ignore = [
44
44
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.5" } },
45
45
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.5" } },
46
46
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
+
47
52
// Ignore the 3.3.2 version as it is abandoned due to broken compatibility
48
53
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
49
54
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
0 commit comments