diff --git a/Packages/Dependencies/Package.swift b/Packages/Dependencies/Package.swift index cef2e5f3..cbf5e751 100644 --- a/Packages/Dependencies/Package.swift +++ b/Packages/Dependencies/Package.swift @@ -47,7 +47,7 @@ var package = Package( .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.0"), .package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.0.3"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.1.0"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.7"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.8"), .package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.1"), ], targets: [ diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 851a5c64..0ed0dd5e 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -69,7 +69,7 @@ let package = Package( .package(path: "../Utility"), .package(path: "../Dependencies"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.0"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.7"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.8"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.13.0"), ], targets: [