Skip to content

Commit 5eec122

Browse files
authored
Merge pull request #964 from artemcm/update-5.5-dependencies-to-5.6
2 parents a49908d + 9042bfa commit 5eec122

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let package = Package(
138138
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
139139
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
140140
package.dependencies += [
141-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
141+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("release/5.6")),
142142
]
143143
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
144144
.product(name: "llbuildSwift", package: "swift-llbuild"),
@@ -157,7 +157,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
157157

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

0 commit comments

Comments
 (0)