From f96155ad43257aefb5e17b3ea8b48b0200528e0a Mon Sep 17 00:00:00 2001 From: gh-actions Date: Thu, 26 Feb 2026 11:58:45 +0000 Subject: [PATCH] Update scala-cli version to 1.12.3 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 13310ee4..170bf5ce 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import * as os from 'os' import * as path from 'path' import * as tc from '@actions/tool-cache' -const scalaCLIVersion = '1.12.2' +const scalaCLIVersion = '1.12.3' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64'