Skip to content

Commit a41905e

Browse files
Update default coursier version to 2.1.25-M19
1 parent 7fea955 commit a41905e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import * as tc from '@actions/tool-cache'
88
// but coursier is not published on npm
99
import { compareVersions } from 'compare-versions'
1010

11-
const mainRepoDefaultVersion = '2.1.17'
12-
const virtusLabM1DefaultVersion = '2.1.17'
11+
const mainRepoDefaultVersion = '2.1.25-M19'
12+
const virtusLabM1DefaultVersion = '2.1.25-M19'
1313

1414
const defaultUseMainRepo = process.arch === 'x64' || process.platform == 'darwin'
1515
const csVersion =

0 commit comments

Comments
 (0)