Skip to content

Commit e43134f

Browse files
author
simonbility
committed
add todo for example project
1 parent 60595b9 commit e43134f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/type-overrides-example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.library(name: "Types", targets: ["Types"]),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-openapi-generator", from: "1.6.0"),
24+
.package(url: "https://github.com/apple/swift-openapi-generator", from: "1.9.0" /* TODO: Put the actual version where type-overrides will land here */),
2525
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.7.0"),
2626
],
2727
targets: [

0 commit comments

Comments
 (0)