Skip to content

Commit 2d2b27d

Browse files
authored
Release the Scala 2.13.16 kraken!!
1 parent 63a0476 commit 2d2b27d

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
@@ -105,10 +105,10 @@ updates.ignore = [
105105
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.2" } },
106106

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

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

0 commit comments

Comments
 (0)