We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60595b9 commit e43134fCopy full SHA for e43134f
Examples/type-overrides-example/Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
.library(name: "Types", targets: ["Types"]),
22
],
23
dependencies: [
24
- .package(url: "https://github.com/apple/swift-openapi-generator", from: "1.6.0"),
+ .package(url: "https://github.com/apple/swift-openapi-generator", from: "1.9.0" /* TODO: Put the actual version where type-overrides will land here */),
25
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.7.0"),
26
27
targets: [
0 commit comments