From 970e7356108eddf78b44ff5efa851ed53c11f0ad Mon Sep 17 00:00:00 2001 From: gh-actions Date: Tue, 13 Sep 2022 16:45:01 +0000 Subject: [PATCH] Update scala-cli version to 0.1.14 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9fe6d4e3..e985c4a1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,7 +5,7 @@ import * as path from 'path' import * as tc from '@actions/tool-cache' const csVersion = '2.1.0-M5' -const scalaCLIVersion = '0.1.13' +const scalaCLIVersion = '0.1.14' const coursierVersionSpec = csVersion async function execOutput(cmd: string, ...args: string[]): Promise {