Skip to content

Commit 193a747

Browse files
authored
Merge pull request #669 from Gedochao/update/coursier-2.1.18
Bump `coursier` to 2.1.18
2 parents 729e96a + 766bb30 commit 193a747

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.17'
15-
const csDefaultVersion_aarch64 = '2.1.17'
14+
const csDefaultVersion_x86_64 = '2.1.18'
15+
const csDefaultVersion_aarch64 = '2.1.18'
1616

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

0 commit comments

Comments
 (0)