Skip to content

Commit 655e734

Browse files
authored
Merge pull request #1747 from ahoppen/related-dependencies-6.1
[6.1] Update related dependencies to release/6.1
2 parents 68c1b1f + 1481ae2 commit 655e734

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
@@ -146,7 +146,7 @@ let package = Package(
146146
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
147147
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
148148
package.dependencies += [
149-
.package(url: "https://github.com/apple/swift-llbuild.git", branch: "main"),
149+
.package(url: "https://github.com/apple/swift-llbuild.git", branch: "release/6.1"),
150150
]
151151
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
152152
.product(name: "llbuildSwift", package: "swift-llbuild"),
@@ -165,7 +165,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
165165

166166
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
167167
package.dependencies += [
168-
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
168+
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "release/6.1"),
169169
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
170170
// The 'swift-argument-parser' version declared here must match that
171171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)