From c3b6e7e2fc474da85f43012fef0ac799ba3e7988 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Mon, 10 Feb 2025 10:04:42 +0100 Subject: [PATCH] Fix build --- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- Packages/Account/Package.swift | 2 +- Packages/DesignSystem/Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1482a2f8..6554d012 100644 --- a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "800f54ad2dcf12c6d2dda1b14c463b8c702e2a6461b5cb072611d4016256adb3", + "originHash" : "b933ac231fd753e6c88c1c1208a6695dbe1890e81183391bbe8b88db301ec8fd", "pins" : [ { "identity" : "bodega", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Dean151/ButtonKit", "state" : { - "revision" : "d567519b297777c38dee56ef10201fef4962ff75", - "version" : "0.4.1" + "revision" : "5d049dec3ec474ea2ad79eb4acd066edeacb9953", + "version" : "0.6.1" } }, { diff --git a/Packages/Account/Package.swift b/Packages/Account/Package.swift index eb3b7538..dd6bbd18 100644 --- a/Packages/Account/Package.swift +++ b/Packages/Account/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(name: "Models", path: "../Models"), .package(name: "StatusKit", path: "../StatusKit"), .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"), ], targets: [ diff --git a/Packages/DesignSystem/Package.swift b/Packages/DesignSystem/Package.swift index 8f56ca9a..9b45eec8 100644 --- a/Packages/DesignSystem/Package.swift +++ b/Packages/DesignSystem/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(name: "Models", path: "../Models"), .package(name: "Env", path: "../Env"), .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: [ .target(