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.
1 parent af4cb85 commit 51360a3Copy full SHA for 51360a3
Package.swift
@@ -46,7 +46,7 @@ let package = Package(
46
47
// Read OpenAPI documents
48
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "3.3.0"),
49
- .package(url: "https://github.com/jpsim/Yams", "4.0.0"..<"6.0.0"),
+ .package(url: "https://github.com/jpsim/Yams", "4.0.0"..<"7.0.0"),
50
51
// CLI Tool
52
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
0 commit comments