diff --git a/Package.swift b/Package.swift index ea1ae4c8..9e7e504c 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.9.1"), .package(url: "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", from: "0.2.0"), .package(url: "https://github.com/wxxsw/VideoPlayer.git", from: "1.2.4"), - .package(url: "https://github.com/dkk/WrappingHStack.git", from: "2.2.10") + .package(url: "https://github.com/dkk/WrappingHStack.git", from: "2.2.11") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.