diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index de641d960..a5b0a1144 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "branch" : "refactor-transitive-dependency", - "revision" : "c3fcb72b7af42e62acc5dc3666221584eec45311" + "revision" : "eaf53f35780befa26d2ac30c8262d7529352bfb9", + "version" : "13.0.0" } }, { @@ -95,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "f29cb6f377f4453eeb23598d6d3093489f48428e", - "version" : "15.2.0" + "revision" : "ab6c8412f09af1dd55b62c0d888cb6fb3984fb18", + "version" : "16.0.0" } }, { @@ -122,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-version-checker", "state" : { - "revision" : "5b68ced5b52f9c95b6cb6d671273c608ed38d2fc", - "version" : "7.0.2" + "revision" : "7027616a4fc3d5b1464f55c934111724356ebac3", + "version" : "8.0.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 7e87e0d42..1cabbff7b 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -19,12 +19,12 @@ let package = Package( dependencies: [ .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", .branch("refactor-transitive-dependency")), - .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "15.2.0")), + .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.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")), - .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "7.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")), .package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.52.0")), .package(url: "https://github.com/SCENEE/FloatingPanel", .upToNextMajor(from: "2.0.0")),