diff --git a/src/main.ts b/src/main.ts index 685d2622..2e7efec6 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.4' -const scalaCLIVersion = '1.0.5' +const scalaCLIVersion = '1.0.6' const coursierVersionSpec = csVersion