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 3b6c55a commit f514c3aCopy full SHA for f514c3a
Package.swift
@@ -1083,7 +1083,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
1083
// this right now.
1084
1085
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
1086
-let relatedDependenciesBranch = "main"
+let relatedDependenciesBranch = "release/6.3"
1087
1088
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
1089
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
0 commit comments