diff --git a/app-ios/Package.swift b/app-ios/Package.swift index 21f234dce..615e571cf 100644 --- a/app-ios/Package.swift +++ b/app-ios/Package.swift @@ -31,7 +31,7 @@ var package = Package( ], dependencies: [ .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.0.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "0.42.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "0.54.0"), .package(url: "https://github.com/cybozu/LicenseList", from: "0.2.0"), .package(url: "https://github.com/onevcat/Kingfisher", from: "7.4.0"), ],