diff --git a/Package.swift b/Package.swift index c59393c5..b111b8c0 100644 --- a/Package.swift +++ b/Package.swift @@ -34,7 +34,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.2.0")), + .package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.5.2")), .package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.1")), .package(url: "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", .exact("1.2.0")) ],