From e51effe7f48042e8be743de970a6e8e6cda1700b Mon Sep 17 00:00:00 2001 From: gh-actions Date: Fri, 15 May 2026 10:50:18 +0000 Subject: [PATCH 1/2] Update scala-cli version to 1.14.0 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 38662f16..0a4143ce 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.13.0' +const scalaCLIVersion = '1.14.0' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64' From f5df2fd16a5a5d192ba8b24d38f75bb22041f6d8 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 15 May 2026 15:39:25 +0200 Subject: [PATCH 2/2] Bump `coursier` to 2.1.25-M25 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 0a4143ce..acb04bdf 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,7 +11,7 @@ const architecture_aarch64 = 'aarch64' const architecture = getArchitecture() -const csDefaultVersion = '2.1.25-M23' +const csDefaultVersion = '2.1.25-M25' const csVersion = core.getInput('version') || csDefaultVersion const coursierVersionSpec = csVersion