We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2736e6c commit 30a2822Copy full SHA for 30a2822
Tuist/Package.swift
@@ -49,7 +49,7 @@ let package = Package(
49
50
.package(url: "https://github.com/Infomaniak/ios-features", .upToNextMajor(from: "1.0.4")),
51
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.2.0")),
52
- .package(url: "https://github.com/Infomaniak/ios-dependency-injection.git", branch: "fix/race-condition-in-loadOrResolve"),
+ .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")),
53
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),
54
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "10.0.0")),
55
.package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")),
0 commit comments