Skip to content

Commit 970e735

Browse files
committed
Update scala-cli version to 0.1.14
1 parent c9748f2 commit 970e735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as path from 'path'
55
import * as tc from '@actions/tool-cache'
66

77
const csVersion = '2.1.0-M5'
8-
const scalaCLIVersion = '0.1.13'
8+
const scalaCLIVersion = '0.1.14'
99
const coursierVersionSpec = csVersion
1010

1111
async function execOutput(cmd: string, ...args: string[]): Promise<string> {

0 commit comments

Comments
 (0)