Skip to content

Commit

Permalink
unblock 3.4.x pull request only after the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Apr 26, 2024
1 parent f911189 commit 996af6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ postUpdateHooks = [
updates.ignore = [
// Artifacts below are ignored because they are not yet announced.

// 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" } },
// 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 LTS version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.4" } },
Expand Down

0 comments on commit 996af6a

Please sign in to comment.