From 68221ed185e00c4795861919787b3f76becc5a36 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 15 Nov 2024 09:41:40 +0100 Subject: [PATCH] Bump `scala-cli` to 1.5.3 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 505f5678..48318ff1 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.5.1' +const scalaCLIVersion = '1.5.3' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64'