From 5023dd0027b478e802320aa67cf6fad10796ce30 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 14 Sep 2026 11:19:58 +0200 Subject: [PATCH] Pin Scala 2 updates to 2.13.x --- .github/scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index e88a2229..b40ef7dc 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -14,3 +14,7 @@ updates.ignore = [ { groupId = "io.ebean", artifactId = "ebean-ddl-generator" } { groupId = "io.ebean", artifactId = "ebean-agent" } ] + +updates.pin = [ + { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." } +]