From 8944db3713406a5da2555402906f857ebc76e445 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 24 Aug 2026 21:00:06 +0200 Subject: [PATCH] Pin sbt updates to 1.x --- .github/scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index b7fb2c0..4397f9e 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,5 +12,6 @@ updates.pin = [ { groupId = "org.playframework", artifactId = "play-logback", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-server", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-test", version = "3.0." }, - { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." } + { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } ]