We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release/6.2
1 parent 4bd3f0e commit e720318Copy full SHA for e720318
Package.swift
@@ -995,7 +995,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
995
// this right now.
996
997
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
998
-let relatedDependenciesBranch = "main"
+let relatedDependenciesBranch = "release/6.2"
999
1000
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
1001
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
0 commit comments