Skip to content

Commit

Permalink
chore(deps): update dependency pointfreeco/swift-composable-architect…
Browse files Browse the repository at this point in the history
…ure to from: "1.9.3"
  • Loading branch information
Self-hosted Renovate Bot committed Apr 18, 2024
1 parent 4080822 commit ebb2d05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/tca_example/Package.resolved
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" : "115fe5af41d333b6156d4924d7c7058bc77fd580",
"version" : "1.9.2"
"revision" : "899a68ce3c4eca42a42e6bad2c925b82dcab5187",
"version" : "1.9.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/tca_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "1.9.2")
.upToNextMajor(from: "1.9.3")
),
]
)
4 changes: 2 additions & 2 deletions examples/tca_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@
"name": "swiftpkg_swift_composable_architecture",
"identity": "swift-composable-architecture",
"remote": {
"commit": "115fe5af41d333b6156d4924d7c7058bc77fd580",
"commit": "899a68ce3c4eca42a42e6bad2c925b82dcab5187",
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
"version": "1.9.2"
"version": "1.9.3"
}
},
{
Expand Down

0 comments on commit ebb2d05

Please sign in to comment.