From 0c2b549ae406c162f64f0e170f043ba1e84472ec Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 24 Aug 2026 20:59:35 +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 b363832..46b2826 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -3,3 +3,7 @@ commits.message = "[3.0.x] ${artifactName} ${nextVersion} (was ${currentVersion} pullRequests.grouping = [ { name = "patches", "title" = "[3.0.x] Patch updates", "filter" = [{"version" = "patch"}] } ] + +updates.pin = [ + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } +]