From cd9b18e722b17b700ef0db813581f5d0f7eca7a0 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Wed, 3 Aug 2022 10:30:10 +0000 Subject: [PATCH] Update scala-cli version to 0.1.11 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 3afe581f..2a34aa5f 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.10' +const scalaCLIVersion = '0.1.11' const coursierVersionSpec = csVersion async function execOutput(cmd: string, ...args: string[]): Promise {