Skip to content

Commit 4f3d37f

Browse files
authored
Merge pull request #1018 from compnerd/Yams5
build: bump Yams to 5.0.0
2 parents d06bf64 + 30015e4 commit 4f3d37f

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
@@ -136,7 +136,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
136136
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
137137
package.dependencies += [
138138
.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")),
139+
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
140140
// The 'swift-argument-parser' version declared here must match that
141141
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
142142
// dependency version changes here with those projects.

0 commit comments

Comments
 (0)