Skip to content

Commit

Permalink
Update TCA
Browse files Browse the repository at this point in the history
  • Loading branch information
kalupas226 committed Mar 2, 2024
1 parent f188d5b commit 422936d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "cf967a28a8605629559533320d604168d733fc9c",
"version" : "1.8.0"
"revision" : "687e27795a99ee90cb149c2446673f07ad02f394",
"version" : "1.9.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.2.3"),
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.8.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.9.1"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.1"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
Expand Down

0 comments on commit 422936d

Please sign in to comment.