From 2d2b27da6d91b88460e5809d0482c406b7e229a9 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 15 Jan 2025 16:07:52 -0800 Subject: [PATCH] Release the Scala 2.13.16 kraken!! --- .../core/src/main/resources/default.scala-steward.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/src/main/resources/default.scala-steward.conf b/modules/core/src/main/resources/default.scala-steward.conf index 8351fea6d..94973caa4 100644 --- a/modules/core/src/main/resources/default.scala-steward.conf +++ b/modules/core/src/main/resources/default.scala-steward.conf @@ -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" } },