From 148be78141d1715d35c997f7064cf7036686b144 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 7 Jul 2026 00:44:07 +0000 Subject: [PATCH] Update sbt-ci-release to 1.12.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index c99822d..ffe6968 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ -val sbtCiReleaseVersion = "1.11.2" +val sbtCiReleaseVersion = "1.12.0" val sbtScalafmtVersion = "2.5.6" val sbtSaladDaysVersion = "0.2.0"