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 6ae005e commit 3d1a2dfCopy full SHA for 3d1a2df
Package.swift
@@ -929,7 +929,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
929
// this right now.
930
931
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
932
-let relatedDependenciesBranch = "main"
+let relatedDependenciesBranch = "release/6.1"
933
934
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
935
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
0 commit comments