We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d06bf64 + 30015e4 commit 4f3d37fCopy full SHA for 4f3d37f
Package.swift
@@ -136,7 +136,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
136
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137
package.dependencies += [
138
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
139
- .package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
+ .package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
140
// The 'swift-argument-parser' version declared here must match that
141
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
142
// dependency version changes here with those projects.
0 commit comments