Skip to content

Commit 07b6783

Browse files
authored
Update scala-cli to 0.1.5 (#9)
1 parent a75e898 commit 07b6783

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

0 commit comments

Comments
 (0)