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 c9748f2 + 970e735 commit 6eb05b5Copy full SHA for 6eb05b5
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.13'
+const scalaCLIVersion = '0.1.14'
9
const coursierVersionSpec = csVersion
10
11
async function execOutput(cmd: string, ...args: string[]): Promise<string> {
0 commit comments