From 09662e82c24c94c5af42b5b3fe7745e495ab9448 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Tue, 14 Nov 2023 12:36:06 +0000 Subject: [PATCH] Update scala-cli version to 1.0.6 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 685d2622..2e7efec6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,7 +6,7 @@ import * as tc from '@actions/tool-cache' let csVersion = core.getInput('version') if (!csVersion) csVersion = '2.1.4' -const scalaCLIVersion = '1.0.5' +const scalaCLIVersion = '1.0.6' const coursierVersionSpec = csVersion