Skip to content

Commit

Permalink
Unlock Scala 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Feb 29, 2024
1 parent 7ad5462 commit a5de950
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 @@ -34,9 +34,9 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.4.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.4.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.4.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.3" } },
{ 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 abandonned due to broken compatibility
Expand Down

0 comments on commit a5de950

Please sign in to comment.