Skip to content

Commit 920dfe9

Browse files
authored
Update scala-cli to 0.1.3 (#4)
1 parent 267af2f commit 920dfe9

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

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

0 commit comments

Comments
 (0)