Skip to content

Commit 70f60d0

Browse files
committed
Bump OpenAPIKit version
1 parent c4f3f1e commit 70f60d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ let package = Package(
4545
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
4646

4747
// Read OpenAPI documents
48-
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "3.9.0"),
49-
.package(url: "https://github.com/jpsim/Yams", "4.0.0"..<"7.0.0"),
48+
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "4.0.0"),
49+
.package(url: "https://github.com/jpsim/Yams", "5.1.0"..<"7.0.0"),
5050

5151
// CLI Tool
5252
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),

0 commit comments

Comments
 (0)