Skip to content

Commit 5d7de4d

Browse files
authored
Update related dependencies version to track 6.2.1 branch (#9026)
* Update the tracking branch to match release branch version Fixes: #9025
1 parent 0b6969e commit 5d7de4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
11021102
// this right now.
11031103

11041104
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
1105-
let relatedDependenciesBranch = "release/6.2"
1105+
let relatedDependenciesBranch = "release/6.2.1"
11061106

11071107
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
11081108
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)