diff --git a/Packages/DependencyPackage/Package.swift b/Packages/DependencyPackage/Package.swift index b4596f96..b17cbdb0 100644 --- a/Packages/DependencyPackage/Package.swift +++ b/Packages/DependencyPackage/Package.swift @@ -38,7 +38,7 @@ let package = Package( ], dependencies: [ .package(path: "../CupertinoPackage"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.5"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.19.1"), .package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.5"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.6.1"), diff --git a/Packages/GodPackage/Package.swift b/Packages/GodPackage/Package.swift index 84ae08aa..93f894d2 100644 --- a/Packages/GodPackage/Package.swift +++ b/Packages/GodPackage/Package.swift @@ -57,7 +57,7 @@ let package = Package( .package(path: "../DependencyPackage"), .package(url: "https://github.com/airbnb/lottie-spm", from: "4.3.4"), .package(url: "https://github.com/edonv/SwiftUIMessage", from: "0.0.3"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.5"), .package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"), ], targets: [