Skip to content

Commit 02a12dd

Browse files
Update scala-cli version to 1.4.3 (#579)
Co-authored-by: gh-actions <[email protected]>
1 parent 87a05d6 commit 02a12dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
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.4.1'
7+
const scalaCLIVersion = '1.4.3'
88

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

0 commit comments

Comments
 (0)