Skip to content

Commit

Permalink
⬆️ Make TCA 0.40.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
yermukhanbet committed Oct 12, 2022
1 parent 171dd03 commit c3f83bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "5b78fbcb0583568392762b15a262b3106cfb5185",
"version" : "0.40.0"
"revision" : "9ea8c763061287052a68d5e6723fed45e898b7d9",
"version" : "0.40.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["TCALogsSheetKit"]),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", .exact("0.40.0")),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", .exact("0.40.2")),
.package(url: "https://github.com/riiid/LogsSheetKit", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit c3f83bf

Please sign in to comment.