Skip to content

Commit f6a1414

Browse files
Update Coursier to 2.1.25-M26 (#1208)
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
1 parent 2bcafff commit f6a1414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as tc from '@actions/tool-cache'
99
// but coursier is not published on npm
1010
import { compareVersions } from 'compare-versions'
1111

12-
const defaultVersion = '2.1.25-M19'
12+
const defaultVersion = '2.1.25-M26'
1313

1414
const csVersion = core.getInput('version') || defaultVersion
1515
const useVirtusLabRepo =

0 commit comments

Comments
 (0)