Skip to content

Commit

Permalink
Block Scala 3.6.2 until official announcment
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored and mzuehlke committed Nov 19, 2024
1 parent 251f21e commit 26c80c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.0" } },

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

// Ignore the Scala 3.6.1 - abandoned hotfix to broken release 3.6.0
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.1" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.1" } },
Expand Down

0 comments on commit 26c80c7

Please sign in to comment.