Skip to content

Commit

Permalink
Merge pull request #3545 from SethTisue/patch-2
Browse files Browse the repository at this point in the history
Release the Scala 2.13.16 kraken!!
  • Loading branch information
fthomas authored Jan 16, 2025
2 parents 63a0476 + 2d2b27d commit 6e03c92
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 @@ -105,10 +105,10 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.2" } },

// Ignore the next Scala 2.13 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.16" } },
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.13.16" } },
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.13.16" } },
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.13.16" } },
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.17" } },
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.13.17" } },
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.13.17" } },
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.13.17" } },

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

0 comments on commit 6e03c92

Please sign in to comment.