Skip to content

Commit 3d1a2df

Browse files
authored
[6.1] Update related dependencies to release/6.1 (#8157)
1 parent 6ae005e commit 3d1a2df

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
@@ -929,7 +929,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
929929
// this right now.
930930

931931
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
932-
let relatedDependenciesBranch = "main"
932+
let relatedDependenciesBranch = "release/6.1"
933933

934934
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
935935
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)