Skip to content

Commit 3ba7d1d

Browse files
github-actions[bot]actions-userGedochao
authored
Update scala-cli version to 1.0.5 (#362)
Co-authored-by: gh-actions <[email protected]> Co-authored-by: Piotr Chabelski <[email protected]>
1 parent bdca9c3 commit 3ba7d1d

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
@@ -6,7 +6,7 @@ import * as tc from '@actions/tool-cache'
66

77
let csVersion = core.getInput('version')
88
if (!csVersion) csVersion = '2.1.4'
9-
const scalaCLIVersion = '1.0.4'
9+
const scalaCLIVersion = '1.0.5'
1010

1111
const coursierVersionSpec = csVersion
1212

0 commit comments

Comments
 (0)