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.7.3"
  • Loading branch information
Self-hosted Renovate Bot committed Feb 5, 2024
1 parent 4eef2d4 commit 0bce4f0
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 25 deletions.
112 changes: 92 additions & 20 deletions examples/tca_example/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" : "96ce68db884033c4b8ae251cdf11bb47a3e5250f",
"version" : "1.7.2"
"revision" : "f815e76b520aacfad4ff35c7e1f036f8add6f4b4",
"version" : "1.7.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.7.2")
.upToNextMajor(from: "1.7.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 @@ -303,9 +303,9 @@
"name": "swiftpkg_swift_composable_architecture",
"identity": "swift-composable-architecture",
"remote": {
"commit": "96ce68db884033c4b8ae251cdf11bb47a3e5250f",
"commit": "f815e76b520aacfad4ff35c7e1f036f8add6f4b4",
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
"version": "1.7.2"
"version": "1.7.3"
}
},
{
Expand Down

0 comments on commit 0bce4f0

Please sign in to comment.