Skip to content

Commit afafee7

Browse files
committed
move to JSONAPI v6
1 parent 50fedd8 commit afafee7

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Package.resolved

Lines changed: 8 additions & 7 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
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.8
1+
// swift-tools-version:6.0
22

33
import PackageDescription
44

@@ -21,13 +21,13 @@ let package = Package(
2121
],
2222
dependencies: [
2323
.package(url: "https://github.com/mattpolzin/Sampleable.git", from: "2.0.0"),
24-
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.0.0"),
24+
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "6.0.0"),
2525
.package(url: "https://github.com/mattpolzin/OpenAPIKit.git", from: "4.0.0"),
2626
.package(url: "https://github.com/mattpolzin/OpenAPIReflection.git", from: "3.0.0"),
2727
.package(url: "https://github.com/typelift/SwiftCheck.git", .upToNextMinor(from: "0.12.0")),
2828
.package(url: "https://github.com/apple/swift-format.git", from: "509.0.0"),
2929
.package(url: "https://github.com/pointfreeco/swift-nonempty.git", .upToNextMinor(from: "0.2.0")),
30-
.package(url: "https://github.com/mattpolzin/JSONAPIViz.git", exact: "0.0.6")
30+
.package(url: "https://github.com/mattpolzin/JSONAPIViz.git", exact: "0.0.7")
3131
],
3232
targets: [
3333
.target(
@@ -82,5 +82,5 @@ let package = Package(
8282
]
8383
)
8484
],
85-
swiftLanguageVersions: [.v5]
85+
swiftLanguageModes: [.v5,.v6]
8686
)

0 commit comments

Comments
 (0)