Skip to content

Commit

Permalink
Update scala-cli version to 0.1.13 (#84)
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 Sep 12, 2022
1 parent a173ac6 commit 894d72a
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 @@ -5,7 +5,7 @@ import * as path from 'path'
import * as tc from '@actions/tool-cache'

const csVersion = '2.1.0-M5'
const scalaCLIVersion = '0.1.12'
const scalaCLIVersion = '0.1.13'
const coursierVersionSpec = csVersion

async function execOutput(cmd: string, ...args: string[]): Promise<string> {
Expand Down

0 comments on commit 894d72a

Please sign in to comment.