Skip to content

Commit 0aa0187

Browse files
committed
Bump OpenAPIKit to 4.3.1 or greater
1 parent 62fe491 commit 0aa0187

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
@@ -45,7 +45,7 @@ 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: "4.0.0"),
48+
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "4.3.1"),
4949
.package(url: "https://github.com/jpsim/Yams", "5.1.0"..<"7.0.0"),
5050

5151
// CLI Tool

0 commit comments

Comments
 (0)