Skip to content

Commit aa1fadd

Browse files
committed
Change dependency on swift-tools-support-core to release/6.0
1 parent 6bf6442 commit aa1fadd

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
@@ -160,7 +160,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
160160

161161
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
162162
package.dependencies += [
163-
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
163+
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "release/6.0"),
164164
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
165165
// The 'swift-argument-parser' version declared here must match that
166166
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)