From bb6718177f5b31f44ce5715f0a8414e289bfbca9 Mon Sep 17 00:00:00 2001 From: Friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:45:24 -0700 Subject: [PATCH] Bump sbt to 1.10.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 586d5ad..7beafd9 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: 1.10.2 + default: 1.10.3 runs: using: "composite"