File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ let package = Package(
696
696
// this right now.
697
697
698
698
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
699
- let relatedDependenciesBranch = " main "
699
+ let relatedDependenciesBranch = " release/5.9 "
700
700
701
701
if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
702
702
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ extension SwiftVersion {
55
55
/// The current version of the package manager.
56
56
public static let current = SwiftVersion (
57
57
version: ( 5 , 9 , 0 ) ,
58
- isDevelopment: true ,
58
+ isDevelopment: false ,
59
59
buildIdentifier: getBuildIdentifier ( )
60
60
)
61
61
}
You can’t perform that action at this time.
0 commit comments