Skip to content

Commit dd49a0e

Browse files
committed
[fix] tca 버전 고정
1 parent 7a319ab commit dd49a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuist/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)