Skip to content

Commit 73f1ac4

Browse files
authored
Merge pull request #516 from VirtusLab/update-scala-cli-setup
Update ScalaCLI
2 parents af8b796 + 9acec0e commit 73f1ac4

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
@@ -4,7 +4,7 @@ import * as os from 'os'
44
import * as path from 'path'
55
import * as tc from '@actions/tool-cache'
66

7-
const scalaCLIVersion = '1.3.0'
7+
const scalaCLIVersion = '1.3.1'
88

99
const architecture_x86_64 = 'x86_64'
1010
const architecture_aarch64 = 'aarch64'

0 commit comments

Comments
 (0)