diff --git a/src/main.ts b/src/main.ts index 8f461b1b..3aa5d58c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import * as os from 'os' import * as path from 'path' import * as tc from '@actions/tool-cache' -const scalaCLIVersion = '1.5.3' +const scalaCLIVersion = '1.5.4' const architecture_x86_64 = 'x86_64' const architecture_aarch64 = 'aarch64'