From dfe4d7050be3feb62daab3c71dce5e41d9e7e02c Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 26 Sep 2024 11:48:47 +0200 Subject: [PATCH] Unlock Scala 3.3.4 LTS upgrades --- modules/core/src/main/resources/default.scala-steward.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/default.scala-steward.conf b/modules/core/src/main/resources/default.scala-steward.conf index 6130dbc8c..4c72cfa21 100644 --- a/modules/core/src/main/resources/default.scala-steward.conf +++ b/modules/core/src/main/resources/default.scala-steward.conf @@ -36,9 +36,9 @@ updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.5.2" } }, // Ignore the next Scala 3 LTS version until it is announced. - { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.4" } }, - { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.4" } }, - { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.4" } }, + { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.5" } }, + { groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.5" } }, + { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.5" } }, // Ignore the 3.3.2 version as it is abandoned due to broken compatibility { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },