Update to Nuke 12.4.0

This commit is contained in:
Thomas Ricouard 2024-02-13 18:51:00 +01:00
parent c769e80bb6
commit cca6472a32
2 changed files with 3 additions and 3 deletions

View file

@ -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"
} }
}, },
{ {

View file

@ -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: [