Skip to content

Commit dddd2c3

Browse files
committed
Pin tca version
1 parent 5774302 commit dddd2c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
4545
.package(
4646
url: "https://github.com/pointfreeco/swift-composable-architecture",
47-
from: "1.10.4"
47+
exact: "1.10.4"
4848
),
4949
// quick hack to support custom UserDefaults
5050
// https://github.com/sindresorhus/KeyboardShortcuts

Tool/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let package = Package(
6565
.package(url: "https://github.com/intitni/Highlightr", branch: "master"),
6666
.package(
6767
url: "https://github.com/pointfreeco/swift-composable-architecture",
68-
from: "1.10.4"
68+
exact: "1.10.4"
6969
),
7070
.package(url: "https://github.com/apple/swift-syntax.git", exact: "509.0.2"),
7171
.package(url: "https://github.com/GottaGetSwifty/CodableWrappers", from: "2.0.7"),

0 commit comments

Comments
 (0)