diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 6fc61a63ca..69e1c85f1b 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 427dfd693f..c394b2a290 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")),