Skip to content

Commit e21f843

Browse files
committed
Update related dependencies branch to release/5.10
1 parent 506dbe3 commit e21f843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ let package = Package(
247247
// for building the swift toolchain, such as `update-checkout`, or cross-repo PR tests.
248248

249249
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
250-
let relatedDependenciesBranch = "main"
250+
let relatedDependenciesBranch = "release/5.10"
251251

252252
// Building standalone.
253253
package.dependencies += [

0 commit comments

Comments
 (0)