From 96cc53c7159876dd352115a3bc40cdae03f2a3f7 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 24 Aug 2026 20:59:17 +0200 Subject: [PATCH] Pin sbt updates to 1.x --- .github/scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 518a9fd..006c37c 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -3,3 +3,7 @@ commits.message = "[2.3.x] ${artifactName} ${nextVersion} (was ${currentVersion} pullRequests.grouping = [ { name = "patches", "title" = "[2.3.x] Patch updates", "filter" = [{"version" = "patch"}] } ] + +updates.pin = [ + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } +]