指定 swift & tca version

This commit is contained in:
edwinQQQ
2025-07-21 16:59:23 +08:00
parent 9a49d591c3
commit 5f65df0e7f
4 changed files with 8 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ let package = Package(
),
],
dependencies: [
// .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.8.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.20.2"),
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", branch: "main")
],
targets: [