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 2d79233 commit 0bf064fCopy full SHA for 0bf064f
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.20'
+const scalaCLIVersion = '0.2.0'
10
11
const coursierVersionSpec = csVersion
12
0 commit comments