We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660f144 commit abceb18Copy full SHA for abceb18
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
],
36
dependencies: [
37
.package(url: "https://github.com/evgenyneu/keychain-swift.git", from: "14.0.0"),
38
- .package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.2.1"),
+ .package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.9.1"),
39
.package(url: "https://github.com/pointfreeco/combine-schedulers", .exactItem("0.5.3")),
40
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0")
41
0 commit comments