Skip to content

Commit

Permalink
Merge pull request #1 from NeedleInAJayStack/fix/loosenDepends
Browse files Browse the repository at this point in the history
Loosens Graphiti dependency
  • Loading branch information
NeedleInAJayStack authored May 12, 2021
2 parents 2f9a412 + 85eaaa2 commit 01ff415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.22.0")),
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
],
targets: [
Expand Down

0 comments on commit 01ff415

Please sign in to comment.