Skip to content

Commit

Permalink
Merge pull request #2734 from SethTisue/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Oct 13, 2022
2 parents 840e9d1 + 00fe288 commit 3a63945
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 @@ -28,10 +28,10 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.2.1" } },

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

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

0 comments on commit 3a63945

Please sign in to comment.