Skip to content

Commit 02e401e

Browse files
authored
Merge pull request #1871 from ahoppen/6.2-dependencies
Change package dependencies to `release/6.2`
2 parents e9ca0c6 + 0ff1e8b commit 02e401e

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
@@ -147,7 +147,7 @@ let package = Package(
147147
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
148148
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
149149
package.dependencies += [
150-
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),
150+
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2"),
151151
]
152152
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
153153
.product(name: "llbuildSwift", package: "swift-llbuild"),
@@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
166166

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

0 commit comments

Comments
 (0)