From a73fec34f7baa34f60028733aadc2df4e5428bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wro=C5=84ski?= Date: Mon, 25 Apr 2022 09:46:39 +0200 Subject: [PATCH] Update scala-cli to 0.1.3 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 8de685c8..94c252e7 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.2' +const scalaCLIVersion = '0.1.3' const coursierVersionSpec = csVersion async function execOutput(cmd: string, ...args: string[]): Promise {