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.11.2"
  • Loading branch information
Self-hosted Renovate Bot committed Jul 2, 2024
1 parent e8eee79 commit 203b27c
Showing 1 changed file with 1 addition and 1 deletion.
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.10.4")
.upToNextMajor(from: "1.11.2")
),
]
)

0 comments on commit 203b27c

Please sign in to comment.