From 51360a36639475d5077398bcb3c86d08b0cc5054 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Mon, 19 May 2025 08:46:36 +0200 Subject: [PATCH] Increase the upper version on Yams to include the new 6.0.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b9cf812f..663c6011 100644 --- a/Package.swift +++ b/Package.swift @@ -46,7 +46,7 @@ let package = Package( // Read OpenAPI documents .package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "3.3.0"), - .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"), // CLI Tool .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),