diff --git a/Package.resolved b/Package.resolved index 7fe0d5b..dbd8c14 100644 --- a/Package.resolved +++ b/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git", "state": { "branch": null, - "revision": "87649dbc3cdab0be0256c86235f2aec22ec1bfc1", - "version": "2.10.0" + "revision": "ec809df8cce95d6aea820f70f04067abc08080f2", + "version": "2.10.3" } }, { diff --git a/Package.swift b/Package.swift index 1866484..6bfc842 100644 --- a/Package.swift +++ b/Package.swift @@ -7,8 +7,8 @@ let package = Package( .library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]), ], dependencies: [ - .package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.0.0"), - .package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.0.0"), + .package(url: "https://github.com/GraphQLSwift/GraphQL.git", "2.0.0" ..< "4.0.0"), + .package(url: "https://github.com/GraphQLSwift/Graphiti.git", "1.0.0" ..< "3.0.0"), .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.1.0"), ], targets: [