Skip to content

Commit 0a9b5b2

Browse files
WojciechMazurmzuehlke
authored andcommitted
Block Scala 3.6.1
1 parent 28c02ab commit 0a9b5b2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)