Skip to content

Commit

Permalink
Change dependency on swift-tools-support-core to release/6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Mar 19, 2024
1 parent 6bf6442 commit aa1fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -160,7 +160,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {

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

0 comments on commit aa1fadd

Please sign in to comment.