We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076140e commit ebd36caCopy full SHA for ebd36ca
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
.library(name: "Graphiti", targets: ["Graphiti"]),
8
],
9
dependencies: [
10
- .package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.7")),
+ .package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.8")),
11
12
targets: [
13
.target(name: "Graphiti", dependencies: ["GraphQL"]),
0 commit comments