From 898fe5b8688966da950b7e243139475d664fb6e7 Mon Sep 17 00:00:00 2001 From: gh-actions Date: Wed, 30 Nov 2022 12:55:37 +0000 Subject: [PATCH] Update scala-cli version to 0.1.18 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 104c3327..d0ce75cf 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.17' +const scalaCLIVersion = '0.1.18' const coursierVersionSpec = csVersion