Skip to content

Commit

Permalink
update GraphQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
samisuteria committed Feb 29, 2024
1 parent 30d16a9 commit 3c8d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "Graphiti", targets: ["Graphiti"]),
],
dependencies: [
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.4.0"),
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.9.0"),
],
targets: [
.target(name: "Graphiti", dependencies: ["GraphQL"]),
Expand Down

0 comments on commit 3c8d378

Please sign in to comment.