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.13.1"
  • Loading branch information
cgrindel-self-hosted-renovate[bot] authored and cgrindel committed Sep 15, 2024
1 parent f5364a9 commit 64882f1
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.12.1")
.upToNextMajor(from: "1.13.1")
),
]
)

0 comments on commit 64882f1

Please sign in to comment.