Skip to content

Commit 526f711

Browse files
authored
Merge pull request #602 from Gedochao/update/coursier-2.1.11
Bump `coursier` to 2.1.11
2 parents 504bd34 + a798d5c commit 526f711

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
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
1111

1212
const architecture = getArchitecture()
1313

14-
const csDefaultVersion_x86_64 = '2.1.10'
15-
const csDefaultVersion_aarch64 = '2.1.10'
14+
const csDefaultVersion_x86_64 = '2.1.11'
15+
const csDefaultVersion_aarch64 = '2.1.11'
1616

1717
const csVersion =
1818
core.getInput('version') ||

0 commit comments

Comments
 (0)