Skip to content

Commit cb4d0b9

Browse files
committed
update_checkout: update the next scheme to match main
Update next to match main for dependencies. This includes: - CURL - ICU - libxml2 - zlib
1 parent 247d568 commit cb4d0b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,18 @@
595595
"swift-integration-tests": "main",
596596
"swift-xcode-playground-support": "main",
597597
"ninja": "release",
598-
"icu": "release-65-1",
599598
"yams": "5.0.1",
600599
"cmake": "v3.24.2",
601600
"indexstore-db": "main",
602601
"sourcekit-lsp": "main",
603602
"swift-format": "main",
604603
"swift-installer-scripts": "main",
605604
"swift-experimental-string-processing": "swift/main",
606-
"wasi-libc": "wasi-sdk-20"
605+
"wasi-libc": "wasi-sdk-20",
606+
"curl": "curl-8_4_0",
607+
"icu": "maint/maint-69",
608+
"libxml2": "v2.11.5",
609+
"zlib": "v1.3"
607610
}
608611
},
609612
"release/5.4": {

0 commit comments

Comments
 (0)