Skip to content

Commit c234064

Browse files
authored
Merge branch 'release/5.5' into bump-argparser-5.5
2 parents 7f09c70 + a4e0f48 commit c234064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ import Foundation
235235
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
236236
// Building standalone.
237237
package.dependencies += [
238-
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("main")),
239-
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("main")),
240-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
238+
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("release/5.5")),
239+
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("release/5.5")),
240+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.5")),
241241
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.1")),
242242
]
243243
} else {

0 commit comments

Comments
 (0)