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 4900b7f commit 7557745Copy full SHA for 7557745
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.4")),
+ .package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.5")),
11
12
targets: [
13
.target(name: "Graphiti", dependencies: ["GraphQL"]),
0 commit comments