Skip to content

Commit

Permalink
Updating pagination dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Oct 19, 2023
1 parent 306d4d8 commit eaed5ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apollo-ios-pagination/Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ let package = Package(
.library(name: "ApolloPagination", targets: ["ApolloPagination"]),
],
dependencies: [
.package(name: "apollo-ios", path: "../apollo-ios")
.package(
url: "https://github.com/apollographql/apollo-ios.git",
branch: "ci-test")
)
],
targets: [
.target(
Expand Down

0 comments on commit eaed5ed

Please sign in to comment.