Skip to content

Unblock updates to Scala 3.3.6 LTS #3635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.1" } },

// Ignore the next Scala 3 LTS version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.6" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.7" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.7" } },

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