Skip to content

Commit 9a82a8f

Browse files
committed
[update-checkout] Switch string processing to swift/main
Switch to using swift/main as the integration branch for apple/swift-experimental-string-processing. Integration process documentation: swiftlang/swift-experimental-string-processing#170 Friend PR: swiftlang/swift-experimental-string-processing#192
1 parent fb178c6 commit 9a82a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"swift-cmark-gfm": "gfm",
124124
"swift-nio": "2.31.2",
125125
"swift-nio-ssl": "2.15.0",
126-
"swift-experimental-string-processing": "dev/8"
126+
"swift-experimental-string-processing": "swift/main"
127127
}
128128
},
129129
"rebranch": {
@@ -157,7 +157,7 @@
157157
"sourcekit-lsp": "main",
158158
"swift-format": "main",
159159
"swift-installer-scripts": "main",
160-
"swift-experimental-string-processing": "dev/8"
160+
"swift-experimental-string-processing": "swift/main"
161161
}
162162
},
163163
"release/5.6": {
@@ -308,7 +308,7 @@
308308
"sourcekit-lsp": "main",
309309
"swift-format": "main",
310310
"swift-installer-scripts": "main",
311-
"swift-experimental-string-processing": "dev/8"
311+
"swift-experimental-string-processing": "swift/main"
312312
}
313313
},
314314
"release/5.4": {

0 commit comments

Comments
 (0)