Skip to content

Commit 30a2822

Browse files
committed
chore: Revert "chore(Package.swift): Using a pre-verison of the DI library"
This reverts commit 2736e6c.
1 parent 2736e6c commit 30a2822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuist/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let package = Package(
4949

5050
.package(url: "https://github.com/Infomaniak/ios-features", .upToNextMajor(from: "1.0.4")),
5151
.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"),
52+
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")),
5353
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),
5454
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "10.0.0")),
5555
.package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")),

0 commit comments

Comments
 (0)