diff --git a/Packages/GodPackage/Package.swift b/Packages/GodPackage/Package.swift index 84ae08aa..79acbc0e 100644 --- a/Packages/GodPackage/Package.swift +++ b/Packages/GodPackage/Package.swift @@ -56,7 +56,7 @@ let package = Package( .package(path: "../UIComponentPackage"), .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/edonv/SwiftUIMessage", from: "0.0.4"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"), .package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"), ],