From 08ec2948b203c069bea6d2d43398dc171cd08212 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Aug 2026 23:20:12 +0000 Subject: [PATCH 1/2] Update sbt to 2.0.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 42c0378..97362a4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=2.0.7 +sbt.version=2.0.8 From 0e9515d6a6cea72a765e39982d002e130c3a9647 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Aug 2026 23:20:36 +0000 Subject: [PATCH 2/2] Regenerated action.yml Executed command: sbt --server updateYml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3385442..8e9d0fb 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: sbt-runner-version: description: "The runner version (The actual version is controlled via project/build.properties)" required: true - default: 2.0.7 + default: 2.0.8 disk-cache: description: "Enable sbt 2.x disk cache" required: false