Skip to content

Commit 2070689

Browse files
build: Expands GraphQL & Graphiti dependencies
1 parent b98c7bc commit 2070689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "87649dbc3cdab0be0256c86235f2aec22ec1bfc1",
19-
"version": "2.10.0"
18+
"revision": "ec809df8cce95d6aea820f70f04067abc08080f2",
19+
"version": "2.10.3"
2020
}
2121
},
2222
{

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.0.0"),
11-
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.0.0"),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", "2.0.0" ..< "4.0.0"),
11+
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", "1.0.0" ..< "3.0.0"),
1212
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.1.0"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)