From 5ab53226efa9f9d36585b9aa3bddb5f68139ef2e Mon Sep 17 00:00:00 2001 From: gh-actions Date: Fri, 29 Mar 2024 14:10:55 +0000 Subject: [PATCH] Update scala-cli version to 1.2.1 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 8cd79685..4e0d60cb 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.2.0' +const scalaCLIVersion = '1.2.1' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64'