From 02a12dd99f5b98bbf8e3e254f3193ff86b47c53e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:21:09 +0200 Subject: [PATCH] Update scala-cli version to 1.4.3 (#579) Co-authored-by: gh-actions --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f4179d72..f64649f9 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.4.1' +const scalaCLIVersion = '1.4.3' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64'