Updated the Package file in the library to relax the "swift-openapi-generator" dependency. (#29)

Reviewed-on: #29
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #29.
This commit is contained in:
2026-09-14 09:41:45 +00:00
committed by javier
parent 0c41e5d4ce
commit aa135cb04a
+1 -1
View File
@@ -32,7 +32,7 @@ let package = Package(
) )
], ],
dependencies: [ 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-runtime", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2"), .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"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),