From aa135cb04ac3b88f72151d9cf7a94cc353ccd36f Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 14 Sep 2026 09:41:45 +0000 Subject: [PATCH] Updated the Package file in the library to relax the "swift-openapi-generator" dependency. (#29) Reviewed-on: https://repo.rock-n-code.com/rock-n-code/amiibo-service/pulls/29 Co-authored-by: Javier Cicchelli --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 031e02e..11cae30 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/apple/swift-openapi-generator.git", exact: "1.11.0"), + .package(url: "https://github.com/apple/swift-openapi-generator.git", from: "1.11.0"), .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.5.0"), .package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),