We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d499219 commit da1bbf9Copy full SHA for da1bbf9
src/main.ts
@@ -6,7 +6,7 @@ import * as tc from '@actions/tool-cache'
6
7
let csVersion = core.getInput('version')
8
if (!csVersion) csVersion = '2.1.4'
9
-const scalaCLIVersion = '1.0.5'
+const scalaCLIVersion = '1.0.6'
10
11
const coursierVersionSpec = csVersion
12
0 commit comments