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 {