Skip to content

Commit

Permalink
Update Nuke dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 10, 2021
1 parent c4e79ea commit 602b782
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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "NukeUI", targets: ["NukeUI"])
],
dependencies: [
.package(url: "https://github.com/kean/Nuke.git", .branch("master")),
.package(url: "https://github.com/kean/Nuke.git", from: "10.3.0"),
.package(url: "https://github.com/kaishin/Gifu", from: "3.0.0")
],
targets: [
Expand Down

0 comments on commit 602b782

Please sign in to comment.