Skip to content

Commit 677f099

Browse files
Merge pull request #3569 from WojciechMazur/scala-release/3.3.5
Unlock Scala 3.3.5 upgrades, block future Scala 3.3.6
2 parents af9dad6 + 5c3dff0 commit 677f099

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ updates.ignore = [
7070
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.1" } },
7171

7272
// Ignore the next Scala 3 LTS version until it is announced.
73-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.5" } },
74-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.5" } },
75-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.5" } },
76-
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.5" } },
77-
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.5" } },
78-
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.5" } },
79-
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.5" } },
80-
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.5" } },
81-
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.5" } },
73+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.6" } },
74+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.6" } },
75+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.6" } },
76+
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.6" } },
77+
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.6" } },
78+
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.6" } },
79+
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.6" } },
80+
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.6" } },
81+
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.6" } },
8282

8383
// Ignore the 3.6.0 version as it is abandoned due to broken compatibility
8484
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.0" } },

0 commit comments

Comments
 (0)