From aee4689ba641048f5e7c2f0dad9642fd0848c140 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 14 Sep 2026 10:03:02 +0200 Subject: [PATCH] Pin Scala updates to 2.13.x and 3.3.x --- .github/scala-steward.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 0ae41f73..e9732325 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -16,5 +16,7 @@ updates.ignore = [ ] updates.pin = [ - { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }, + { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." }, + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } ]