Skip to content

Commit 800da39

Browse files
Bumps Graphiti to next major version
1 parent 510ebf9 commit 800da39

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ let package = Package(
77
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "2.0.0")),
11-
// TODO: Mainline after this PR is merged: https://github.com/GraphQLSwift/Graphiti/pull/69
12-
.package(url: "https://github.com/NeedleInAJayStack/Graphiti.git", .branch("fix/ScalarInput")),
13-
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
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"),
12+
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.1.0")
1413
],
1514
targets: [
1615
.target(name: "GraphQLRxSwift", dependencies: ["GraphQL", "Graphiti", "RxSwift"]),

0 commit comments

Comments
 (0)