Skip to content

Commit b7b7e27

Browse files
Updates GraphQL dependency to new major
1 parent abf03b6 commit b7b7e27

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

Package.resolved

Lines changed: 14 additions & 23 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.2.0")),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "2.0.0")),
1111
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")),
1212
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
1313
],

0 commit comments

Comments
 (0)