We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a319ab commit dd49a0eCopy full SHA for dd49a0e
1 file changed
Tuist/Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
// Add your own dependencies here:
23
// .package(url: "https://github.com/Alamofire/Alamofire", from: "5.0.0"),
24
// You can read more about dependencies here: https://docs.tuist.io/documentation/tuist/dependencies
25
- .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
+ .package(url: "https://github.com/pointfreeco/swift-composable-architecture", "1.10.4" ..< "1.11.1"),
26
.package(url: "https://github.com/google/GoogleSignIn-iOS", "7.0.0" ..< "7.1.0"),
27
.package(url: "https://github.com/Moya/Moya", from: "15.0.0"),
28
.package(url: "https://github.com/firebase/firebase-ios-sdk", "10.28.0" ..< "10.28.1"),
0 commit comments