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.
2 parents de54783 + 7cc4c43 commit 6c0e8adCopy full SHA for 6c0e8ad
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.2.1'
+const scalaCLIVersion = '1.0.0-RC1'
10
11
const coursierVersionSpec = csVersion
12
0 commit comments