Skip to content

Commit e720318

Browse files
authored
Change related dependencies branch to release/6.2 (#8481)
1 parent 4bd3f0e commit e720318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
995995
// this right now.
996996

997997
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
998-
let relatedDependenciesBranch = "main"
998+
let relatedDependenciesBranch = "release/6.2"
999999

10001000
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
10011001
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)