Skip to content

Commit a49908d

Browse files
authored
Merge pull request #929 from apple/eng/anders-update-dependencies-to-5.6
[5.6] Update package dependencies to use the 'release/5.6' branch
2 parents 7f81b2e + 3cc6ba6 commit a49908d

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
@@ -121,7 +121,7 @@ let package = Package(
121121
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
122122
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
123123
package.dependencies += [
124-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
124+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("release/5.6")),
125125
]
126126
} else {
127127
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -135,7 +135,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
135135

136136
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137137
package.dependencies += [
138-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
138+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.6")),
139139
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
140140
// The 'swift-argument-parser' version declared here must match that
141141
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)