Skip to content

Commit fb89c76

Browse files
authored
Merge pull request #26 from mattpolzin/anyof-as-oneof
Rudimentary allOf structure generation (Swift code generation) support.
2 parents bbc9113 + 3aa19b7 commit fb89c76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525

2626
.package(url: "https://github.com/weichsel/ZIPFoundation.git", .upToNextMinor(from: "0.9.10")),
2727

28-
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI.git", .upToNextMinor(from: "0.28.0")),
28+
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI.git", .upToNextMinor(from: "0.29.0")),
2929
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "2.1.0"),
3030
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.0.0"),
3131
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0"),

0 commit comments

Comments
 (0)