From 6b2c94103f51f7b9ec255a41c685e510baacdc77 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Thu, 26 Oct 2023 12:51:43 +0000 Subject: [PATCH] Update scala-cli version to 1.0.5 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4d1f3268..685d2622 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.4' +const scalaCLIVersion = '1.0.5' const coursierVersionSpec = csVersion