From d796533beea2ef086112ceeecef78b24b183932f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Fri, 20 Dec 2024 09:54:09 +0100 Subject: [PATCH] chore(ios-core-ui): Bump to 15.2.0 --- Tuist/Package.resolved | 4 ++-- Tuist/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 33e264aa7..b8d099507 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -95,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "9cc6e24fe4af1282c53b87b23e2ece301a14ca65", - "version" : "14.3.0" + "revision" : "f29cb6f377f4453eeb23598d6d3093489f48428e", + "version" : "15.2.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 787193c75..09c3d103f 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")), .package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")), .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "12.8.0")), - .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "14.0.0")), + .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "15.2.0")), .package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.0.1")), .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),