diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 52f72af99..6fc61a63c 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -113,8 +113,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-login", "state" : { - "revision" : "b7791f1321c86a9aa0e52eb79acb5c6318a3810a", - "version" : "7.1.0" + "revision" : "d3c8fa9dd7ea7e44a1a741b58d1036d4a7989588", + "version" : "7.2.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 78555f9aa..427dfd693 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")), .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.1.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/swift-concurrency", .upToNextMajor(from: "1.0.0")), .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "8.0.0")),