Skip to content

Commit

Permalink
Merge branch 'refs/heads/allow-scala-next-prs'
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed May 7, 2024
2 parents 2c8d00f + 736dd97 commit 52719d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/core/src/main/resources/default.scala-steward.conf
Expand Up @@ -30,17 +30,16 @@ postUpdateHooks = [
updates.ignore = [
// Artifacts below are ignored because they are not yet announced.

// No upgrades to non LTS versions
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { prefix = "3.4." } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.4." } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { prefix = "3.4." } },
// Ignore the next Scala 3 Next version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.4.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.4.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.4.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" } },


// 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" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
Expand Down

0 comments on commit 52719d7

Please sign in to comment.