Skip to content

Commit 51360a3

Browse files
committed
Increase the upper version on Yams to include the new 6.0.0
1 parent af4cb85 commit 51360a3

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
@@ -46,7 +46,7 @@ let package = Package(
4646

4747
// Read OpenAPI documents
4848
.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"),
49+
.package(url: "https://github.com/jpsim/Yams", "4.0.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)