From 61f1f612bef924a7f38202f29915d6ad18cb01a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Tue, 21 Jan 2025 11:43:20 +0100 Subject: [PATCH] chore: Bump InfomaniakDI to an explicit version that fixes a race bug on kDrive --- 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 6fc61a63c..69e1c85f1 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -104,8 +104,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-dependency-injection", "state" : { - "revision" : "7d127ead20bbb4a6a39ca60e6dc32e580197b59e", - "version" : "2.0.2" + "revision" : "f7724f3237f6e2b36fbfabacb88f2658e1e7281e", + "version" : "2.0.3" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 427dfd693..c394b2a29 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "13.0.0")), .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "16.0.0")), .package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.2.0")), - .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.2")), + .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")), .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "8.0.0")), .package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")),