Skip to content

Commit b38f256

Browse files
authored
Merge pull request #2712 from SethTisue/patch-1
2 parents 81b8e52 + fcd3a1a commit b38f256

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ updates.ignore = [
3434
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.13.9" } },
3535

3636
// Ignore the next Scala 2.12 version until it is announced.
37-
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.12.17" } },
38-
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.12.17" } },
39-
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.12.17" } },
40-
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.12.17" } },
37+
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.12.18" } },
38+
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.12.18" } },
39+
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.12.18" } },
40+
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.12.18" } },
4141

4242
// Ignore the next Scala.js patch version until it is announced.
4343
{ groupId = "org.scala-js", artifactId = "sbt-scalajs", version = { exact = "1.11.1" } },

0 commit comments

Comments
 (0)