From 64310204b3ac4bc6786d2d4840339025817233ee Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 15 Jul 2022 20:18:40 +0200 Subject: [PATCH] Update Scala CLI to 0.1.10 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 563c85cf..3afe581f 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.9' +const scalaCLIVersion = '0.1.10' const coursierVersionSpec = csVersion async function execOutput(cmd: string, ...args: string[]): Promise {