Skip to content

Commit cdfe5d5

Browse files
committed
update OpenAPIKit version
1 parent 7fab570 commit cdfe5d5

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ let package = Package(
1313
.library(name: "TestServerModels", targets: ["APIModels"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.0.0")),
16+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.4.0")),
1717
.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0-rc.1"),
1818
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0-rc.2"),
1919

20-
.package(url: "https://github.com/mattpolzin/VaporTypedRoutes.git", .upToNextMinor(from: "0.3.0")),
21-
.package(url: "https://github.com/mattpolzin/VaporOpenAPI.git", .upToNextMinor(from: "0.0.5")),
20+
.package(url: "https://github.com/mattpolzin/VaporTypedRoutes.git", .upToNextMinor(from: "0.4.0")),
21+
.package(url: "https://github.com/mattpolzin/VaporOpenAPI.git", .upToNextMinor(from: "0.0.6")),
2222

2323
.package(url: "https://github.com/weichsel/ZIPFoundation/", .upToNextMinor(from: "0.9.10")),
2424

2525
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI.git", .branch("feature/gen-swift")),
26-
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", .upToNextMinor(from: "0.28.0")),
26+
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", .upToNextMinor(from: "0.29.0")),
2727
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "3.0.0")),
2828
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "2.0.0"))
2929
],

0 commit comments

Comments
 (0)