Skip to content

Commit

Permalink
Update scala-cli version to 1.0.5 (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: gh-actions <actions@github.com>
Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent bdca9c3 commit 3ba7d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as tc from '@actions/tool-cache'

let csVersion = core.getInput('version')
if (!csVersion) csVersion = '2.1.4'
const scalaCLIVersion = '1.0.4'
const scalaCLIVersion = '1.0.5'

const coursierVersionSpec = csVersion

Expand Down

0 comments on commit 3ba7d1d

Please sign in to comment.