Skip to content

Commit 4a4cb93

Browse files
authored
Merge pull request #2019 from rconnell9/rconnell/rel63
[6.3] Update relatedDependenciesBranch to release/6.3
2 parents 1388d74 + 8f8b1de commit 4a4cb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ let package = Package(
150150
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
151151
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
152152
package.dependencies += [
153-
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),
153+
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.3"),
154154
]
155155
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
156156
.product(name: "llbuildSwift", package: "swift-llbuild"),
@@ -169,7 +169,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
169169

170170
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
171171
package.dependencies += [
172-
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", branch: "main"),
172+
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", branch: "release/6.3"),
173173
// The 'swift-argument-parser' version declared here must match that
174174
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
175175
// dependency version changes here with those projects.

0 commit comments

Comments
 (0)