Skip to content

Commit 0bd6d84

Browse files
authored
Increase the upper version on Yams to include the new 6.0.0 (#770)
### Motivation Yams released a mostly compatible version 6.0.0. OpenAPIKit just did the same: mattpolzin/OpenAPIKit#410 ### Modifications Increased the upper bound for the Yams dependency, so that our common adopters can use it. ### Result Ability to resolve Yams 6.0.0 when Swift OpenAPI Generator is also in a dependency graph. ### Test Plan PR CI.
1 parent af4cb85 commit 0bd6d84

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)