diff --git a/Package.resolved b/Package.resolved index d422b6cb0..4f2492bfc 100644 --- a/Package.resolved +++ b/Package.resolved @@ -49,8 +49,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "6d069462017491b74cd1eec6a87e6333a41c15ac", - "version" : "7.0.0" + "revision" : "43ae7acd0252baba9c7338a20b5a0aefcc301054", + "version" : "7.1.0" } }, { diff --git a/Package.swift b/Package.swift index efb8e67da..69544135c 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.5")), .package(url: "https://github.com/Infomaniak/ios-core", .revision("f55044d2156f39a5a2251e37bfe23f596227056e")), - .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "7.0.0")), + .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "7.1.0")), .package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "5.0.0")), .package(url: "https://github.com/Infomaniak/ios-create-account", .upToNextMajor(from: "6.0.0")), .package(url: "https://github.com/Infomaniak/ios-bug-tracker", .upToNextMajor(from: "4.0.0")),