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 334d756 commit 30875a8Copy full SHA for 30875a8
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.0-M7-39-gb8f3d7532'
9
-const scalaCLIVersion = '0.1.19'
+const scalaCLIVersion = '0.1.20'
10
11
const coursierVersionSpec = csVersion
12
0 commit comments