We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6969e commit 5d7de4dCopy full SHA for 5d7de4d
Package.swift
@@ -1102,7 +1102,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
1102
// this right now.
1103
1104
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
1105
-let relatedDependenciesBranch = "release/6.2"
+let relatedDependenciesBranch = "release/6.2.1"
1106
1107
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
1108
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
0 commit comments