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 a173ac6 commit 894d72aCopy full SHA for 894d72a
src/main.ts
@@ -5,7 +5,7 @@ import * as path from 'path'
5
import * as tc from '@actions/tool-cache'
6
7
const csVersion = '2.1.0-M5'
8
-const scalaCLIVersion = '0.1.12'
+const scalaCLIVersion = '0.1.13'
9
const coursierVersionSpec = csVersion
10
11
async function execOutput(cmd: string, ...args: string[]): Promise<string> {
0 commit comments