mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Update to Nuke 12.4.0
This commit is contained in:
parent
c769e80bb6
commit
cca6472a32
2 changed files with 3 additions and 3 deletions
|
@ -68,8 +68,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/kean/Nuke",
|
"location" : "https://github.com/kean/Nuke",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "15fde63470d782c897816a74bdd516a907e33147",
|
"revision" : "8ecbfc886da39bccb01c34abef5f2ff4073ad633",
|
||||||
"version" : "12.3.0"
|
"version" : "12.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,7 +19,7 @@ let package = Package(
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(name: "Models", path: "../Models"),
|
.package(name: "Models", path: "../Models"),
|
||||||
.package(name: "Env", path: "../Env"),
|
.package(name: "Env", path: "../Env"),
|
||||||
.package(url: "https://github.com/kean/Nuke", from: "12.0.0"),
|
.package(url: "https://github.com/kean/Nuke", from: "12.4.0"),
|
||||||
.package(url: "https://github.com/divadretlaw/EmojiText", from: "4.0.0"),
|
.package(url: "https://github.com/divadretlaw/EmojiText", from: "4.0.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
|
Loading…
Reference in a new issue