Skip to content

Commit

Permalink
chore(deps): update dependency apollographql/apollo-ios to from: "1.7.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3f00091 commit fe9054a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/BeMatch/Package.swift
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ let package = Package(
],
dependencies: [
.package(path: "../SDK"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.6.1"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.7.1"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.5"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.6"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"),
2 changes: 1 addition & 1 deletion Packages/FlyCam/Package.swift
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ let package = Package(
],
dependencies: [
.package(path: "../SDK"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.6.1"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.7.1"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.5"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.6"),
],

0 comments on commit fe9054a

Please sign in to comment.