@@ -30,17 +30,16 @@ postUpdateHooks = [
30
30
updates.ignore = [
31
31
// Artifacts below are ignored because they are not yet announced.
32
32
33
- // No upgrades to non LTS versions
34
- { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { prefix = "3.4." } },
35
- { groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.4." } },
36
- { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { prefix = "3.4." } },
33
+ // Ignore the next Scala 3 Next version until it is announced.
34
+ { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.4.2 " } },
35
+ { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.4.2 " } },
36
+ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.4.2 " } },
37
37
38
38
// Ignore the next Scala 3 LTS version until it is announced.
39
39
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.4" } },
40
40
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.4" } },
41
41
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.4" } },
42
42
43
-
44
43
// Ignore the 3.3.2 version as it is abandoned due to broken compatibility
45
44
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
46
45
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
0 commit comments