Skip to content

Commit 894d72a

Browse files
Update scala-cli version to 0.1.13 (#84)
Co-authored-by: gh-actions <[email protected]>
1 parent a173ac6 commit 894d72a

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.12'
8+
const scalaCLIVersion = '0.1.13'
99
const coursierVersionSpec = csVersion
1010

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

0 commit comments

Comments
 (0)