Skip to content

Commit

Permalink
Update scala-cli version to 0.1.16 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: gh-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Oct 14, 2022
1 parent d4550f6 commit 181e14e
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.0-M6-49-gff26f8e39'
const scalaCLIVersion = '0.1.15'
const scalaCLIVersion = '0.1.16'

const coursierVersionSpec = csVersion

Expand Down

0 comments on commit 181e14e

Please sign in to comment.