Skip to content

Commit

Permalink
Update scala-cli version to 1.2.2 (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: gh-actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user committed Apr 11, 2024
1 parent 0e216c5 commit 65cb7a6
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 @@ -4,7 +4,7 @@ import * as os from 'os'
import * as path from 'path'
import * as tc from '@actions/tool-cache'

const scalaCLIVersion = '1.2.1'
const scalaCLIVersion = '1.2.2'

const architecture_x86_64 = 'x86_64'
const architecture_aarch64 = 'aarch64'
Expand Down

0 comments on commit 65cb7a6

Please sign in to comment.