Skip to content

Commit 266c43b

Browse files
authored
Merge pull request #3635 from WojciechMazur/scala/3.3.6-lts
Unblock updates to Scala 3.3.6 LTS
2 parents af6fa0a + f835bf1 commit 266c43b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

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

5959
// Ignore the next Scala 3 LTS version until it is announced.
60-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.6" } },
61-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.6" } },
62-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.6" } },
63-
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.6" } },
64-
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.6" } },
65-
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.6" } },
66-
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.6" } },
67-
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.6" } },
68-
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.6" } },
60+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.7" } },
61+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.7" } },
62+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.7" } },
63+
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.7" } },
64+
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.7" } },
65+
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.7" } },
66+
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.7" } },
67+
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.7" } },
68+
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.7" } },
6969

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

0 commit comments

Comments
 (0)