diff --git a/Packages/Dependencies/Package.swift b/Packages/Dependencies/Package.swift index 091f1816..815d47f7 100644 --- a/Packages/Dependencies/Package.swift +++ b/Packages/Dependencies/Package.swift @@ -46,7 +46,7 @@ var package = Package( .library(name: "WidgetClient", targets: ["WidgetClient"]), ], dependencies: [ - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"), .package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.4.0"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"), diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 6be05be0..0c55c6f1 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -67,7 +67,7 @@ let package = Package( dependencies: [ .package(path: "../Utility"), .package(path: "../Dependencies"), - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ], diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index b2fa1890..e1ec8813 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -17,7 +17,7 @@ var package = Package( .library(name: "TcaHelpers", targets: ["TcaHelpers"]), ], dependencies: [ - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.16.0"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ],