Skip to content

Commit e6e17f9

Browse files
author
Jay Herron
committed
Updates GraphQL version to 1.2.0 for sub support
1 parent 2b4ae2f commit e6e17f9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Package.resolved

Lines changed: 11 additions & 2 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
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.7")),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
1111
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.22.0")),
1212
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
1313
],

0 commit comments

Comments
 (0)