Skip to content

Commit efbb5cb

Browse files
authored
Merge pull request #27 from mattpolzin/package-updates
update package versions
2 parents fb89c76 + 309d618 commit efbb5cb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ 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.29.0")),
28+
.package(name: "JSONAPI-OpenAPI", url: "https://github.com/mattpolzin/JSONAPI-OpenAPI.git", .upToNextMinor(from: "0.30.0")),
2929
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "2.1.0"),
30-
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.0.0"),
30+
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.1.0"),
3131
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0"),
3232
.package(url: "https://github.com/fabianfett/pure-swift-json.git", .upToNextMinor(from: "0.4.0")),
3333

Sources/SwiftGen/ApiTestPackageSwiftGen.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ let package = Package(
951951
],
952952
dependencies: [
953953
.package(url: "https://github.com/Flight-School/AnyCodable.git", .upToNextMinor(from: "0.2.2")),
954-
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "4.0.0")),
955-
.package(url: "https://github.com/mattpolzin/Poly.git", .upToNextMajor(from: "2.5.0"))
954+
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "5.1.0")),
955+
.package(url: "https://github.com/mattpolzin/Poly.git", .upToNextMajor(from: "2.6.0"))
956956
],
957957
targets: [
958958
.target(

0 commit comments

Comments
 (0)