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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)