From 97abea02bb1b7d4c88e84f3b1b35f212d52111f2 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Tue, 11 Jul 2023 16:52:02 +0000 Subject: [PATCH] Update scala-cli version to 1.0.2 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 017fa13a..18d18d28 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.1' +const scalaCLIVersion = '1.0.2' const coursierVersionSpec = csVersion