Skip to content

Commit

Permalink
Update AlamofireImage dependency version in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonicek committed Apr 12, 2020
1 parent 234d430 commit 3b11e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "5.8.0"),
.package(url: "https://github.com/Alamofire/AlamofireImage.git", .branch("master")),
.package(url: "https://github.com/Alamofire/AlamofireImage.git", from: "4.0.0"),
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.1.0")
],
targets: [
Expand Down

0 comments on commit 3b11e03

Please sign in to comment.