Skip to content

Commit abceb18

Browse files
committed
update kf dependency
1 parent 660f144 commit abceb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
],
3636
dependencies: [
3737
.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"),
38+
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.9.1"),
3939
.package(url: "https://github.com/pointfreeco/combine-schedulers", .exactItem("0.5.3")),
4040
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0")
4141
],

0 commit comments

Comments
 (0)