Skip to content

Commit

Permalink
Merge pull request #2950 from Kordyjan/scala-3.2.2
Browse files Browse the repository at this point in the history
Update Scala to 3.2.2
  • Loading branch information
fthomas committed Jan 30, 2023
2 parents 015ed03 + a458ce7 commit ca37b24
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 @@ -29,9 +29,9 @@ postUpdateHooks = [

updates.ignore = [
// Ignore the next Scala 3 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.2.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.2.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.2.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.0" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.0" } },

// Ignore the next Scala 2.13 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.11" } },
Expand Down

0 comments on commit ca37b24

Please sign in to comment.