From c95a5a1e44920b8d4b0ec23f0394b970a780f1ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:30:58 +0200 Subject: [PATCH] Update scala-cli version to 1.0.4 (#309) 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 f3c289b..4d1f326 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.3' +const scalaCLIVersion = '1.0.4' const coursierVersionSpec = csVersion