From f317854871b457df455cf15372495b8b4552a4eb Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 24 Aug 2026 21:00:05 +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 7d38ae6..c00362f 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,5 +12,6 @@ updates.pin = [ { groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." }, { groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." }, { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." }, - { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." } + { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } ]