Skip to content

Commit

Permalink
build: Expands GraphQL & Graphiti dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Nov 7, 2024
1 parent b98c7bc commit 2070689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 2070689

Please sign in to comment.