Skip to content

Commit bb18b63

Browse files
committed
Increase required Graphiti package version
1 parent 936a1bc commit bb18b63

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

Package.resolved

Lines changed: 15 additions & 24 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
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["GraphQLKit"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "0.22.0"),
16+
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "0.24.0"),
1717
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
1818
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
1919
],

0 commit comments

Comments
 (0)