Fix build

This commit is contained in:
Thomas Ricouard 2025-02-10 10:04:42 +01:00
parent ff72ea1cfd
commit c3b6e7e2fc
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{ {
"originHash" : "800f54ad2dcf12c6d2dda1b14c463b8c702e2a6461b5cb072611d4016256adb3", "originHash" : "b933ac231fd753e6c88c1c1208a6695dbe1890e81183391bbe8b88db301ec8fd",
"pins" : [ "pins" : [
{ {
"identity" : "bodega", "identity" : "bodega",
@ -15,8 +15,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/Dean151/ButtonKit", "location" : "https://github.com/Dean151/ButtonKit",
"state" : { "state" : {
"revision" : "d567519b297777c38dee56ef10201fef4962ff75", "revision" : "5d049dec3ec474ea2ad79eb4acd066edeacb9953",
"version" : "0.4.1" "version" : "0.6.1"
} }
}, },
{ {

View file

@ -21,7 +21,7 @@ let package = Package(
.package(name: "Models", path: "../Models"), .package(name: "Models", path: "../Models"),
.package(name: "StatusKit", path: "../StatusKit"), .package(name: "StatusKit", path: "../StatusKit"),
.package(name: "Env", path: "../Env"), .package(name: "Env", path: "../Env"),
.package(url: "https://github.com/Dean151/ButtonKit", from: "0.1.1"), .package(url: "https://github.com/Dean151/ButtonKit", from: "0.6.1"),
.package(url: "https://github.com/dkk/WrappingHStack", from: "2.2.11"), .package(url: "https://github.com/dkk/WrappingHStack", from: "2.2.11"),
], ],
targets: [ targets: [

View file

@ -20,7 +20,7 @@ let package = Package(
.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", exact: "12.8.0"), .package(url: "https://github.com/kean/Nuke", exact: "12.8.0"),
.package(url: "https://github.com/divadretlaw/EmojiText", exact: "4.0.0"), .package(url: "https://github.com/divadretlaw/EmojiText", exact: "4.2.0"),
], ],
targets: [ targets: [
.target( .target(