diff --git a/Package.swift b/Package.swift index 80ab50d0b..45702cd0e 100644 --- a/Package.swift +++ b/Package.swift @@ -136,7 +136,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/jpsim/Yams.git", .upToNextMinor(from: "4.0.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 // dependency version changes here with those projects.