Skip to content

Commit

Permalink
Bump coursier to 2.1.4 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored May 30, 2023
1 parent ba46f8b commit 2d399c8
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'

let csVersion = core.getInput('version')
if (!csVersion) csVersion = '2.1.3'
if (!csVersion) csVersion = '2.1.4'
const scalaCLIVersion = '1.0.0'

const coursierVersionSpec = csVersion
Expand Down

0 comments on commit 2d399c8

Please sign in to comment.