diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 6be05be0..7c7a0c49 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -69,7 +69,7 @@ let package = Package( .package(path: "../Dependencies"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .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"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.1"), ], targets: [ .target(name: "AchievementLogic", dependencies: [ diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index b2fa1890..52e5c3e2 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -19,7 +19,7 @@ var package = Package( dependencies: [ .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .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"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.1"), ], targets: [ .target(name: "ApolloClientHelpers", dependencies: [