From 36b25b91e13e6c953c1aaa18588d89e4e55068d3 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Mon, 13 Jul 2026 12:44:49 -0400 Subject: [PATCH] Pin sbt 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 81f9825..c639554 100644 --- a/.github/.scala-steward.conf +++ b/.github/.scala-steward.conf @@ -1,4 +1,5 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." }, - { groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." } + { groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }, ]