File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ let package = Package(
2222 // Add your own dependencies here:
2323 // .package(url: "https://github.com/Alamofire/Alamofire", from: "5.0.0"),
2424 // 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 " ) ,
25+ . package ( url: " https://github.com/pointfreeco/swift-composable-architecture " , " 1.10.4 " ..< " 1.11.1 " ) ,
2626 . package ( url: " https://github.com/google/GoogleSignIn-iOS " , " 7.0.0 " ..< " 7.1.0 " ) ,
2727 . package ( url: " https://github.com/Moya/Moya " , from: " 15.0.0 " ) ,
2828 . package ( url: " https://github.com/firebase/firebase-ios-sdk " , " 10.28.0 " ..< " 10.28.1 " ) ,
You can’t perform that action at this time.
0 commit comments