Skip to content

Commit 56a94a6

Browse files
committed
update for JSONAPI v4 release.
1 parent 1526917 commit 56a94a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 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
@@ -17,13 +17,13 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/mattpolzin/Sampleable", from: "2.0.0"),
20-
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0-alpha.2"),
20+
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0"),
2121
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.0.0"),
2222
.package(url: "https://github.com/mattpolzin/OpenAPIReflection", .upToNextMinor(from: "0.3.0")),
2323
.package(url: "https://github.com/typelift/SwiftCheck", .upToNextMinor(from: "0.12.0")),
2424
.package(url: "https://github.com/apple/swift-format", from: "0.50200.1"),
2525
.package(name: "NonEmpty", url: "https://github.com/pointfreeco/swift-nonempty", .upToNextMinor(from: "0.2.0")),
26-
.package(url: "https://github.com/mattpolzin/JSONAPIViz", .upToNextMinor(from: "0.0.3"))
26+
.package(url: "https://github.com/mattpolzin/JSONAPIViz", .upToNextMinor(from: "0.0.5"))
2727
],
2828
targets: [
2929
.target(

0 commit comments

Comments
 (0)