Skip to content

Commit dfe4d70

Browse files
Unlock Scala 3.3.4 LTS upgrades
1 parent 8060406 commit dfe4d70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ updates.ignore = [
3636
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.5.2" } },
3737

3838
// Ignore the next Scala 3 LTS version until it is announced.
39-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.4" } },
40-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.4" } },
41-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.4" } },
39+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.5" } },
40+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.5" } },
41+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.5" } },
4242

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

0 commit comments

Comments
 (0)