Skip to content

Commit 2665379

Browse files
authored
Switch related-dependencies-branch to 5.4 (#3183)
1 parent e1f0c15 commit 2665379

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Package.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ let package = Package(
282282
// this right now.
283283

284284
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
285-
let relatedDependenciesBranch = "main"
285+
let relatedDependenciesBranch = "release/5.4"
286286

287287
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
288288
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
@@ -306,10 +306,8 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
306306
// The 'swift-argument-parser' version declared here must match that
307307
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
308308
// dependency version changes here with those projects.
309-
.package(
310-
url: "https://github.com/apple/swift-argument-parser.git",
311-
.upToNextMinor(from: "0.3.1")),
312-
.package(url: "https://github.com/apple/swift-driver.git", .branch("main")),
309+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
310+
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
313311
]
314312
} else {
315313
package.dependencies += [

0 commit comments

Comments
 (0)