We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f9a412 + 85eaaa2 commit 01ff415Copy full SHA for 01ff415
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
],
9
dependencies: [
10
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
11
- .package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.22.0")),
+ .package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")),
12
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
13
14
targets: [
0 commit comments