From 7a78b29f6ff445b1d6ba70308cc7ab39ce72d532 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Fri, 14 Oct 2022 12:03:13 +0000 Subject: [PATCH] Update scala-cli version to 0.1.16 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e12c90a7..19009983 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.0-M6-49-gff26f8e39' -const scalaCLIVersion = '0.1.15' +const scalaCLIVersion = '0.1.16' const coursierVersionSpec = csVersion