Skip to content

Commit

Permalink
Unlock Scala 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored and mzuehlke committed May 16, 2024
1 parent 667eeda commit dd818f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ 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" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.5.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.5.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.5.0" } },

// 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 dd818f1

Please sign in to comment.