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 {