diff --git a/Package.swift b/Package.swift index 55c61e33..1ac00d16 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/onevcat/Kingfisher.git", from: "8.1.0"), + .package(url: "https://github.com/onevcat/Kingfisher.git", from: "8.1.3"), .package(url: "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", from: "0.4.0"), .package(url: "https://github.com/dkk/WrappingHStack.git", from: "2.2.11") ],