Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kalupas226 committed May 10, 2024
1 parent 01b8aa2 commit b12aeca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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" : "8624a8e2c35f78e5e61d5f12c69110e9020e80c8",
"version" : "1.10.0"
"revision" : "024130da0e37121a6ab30f451da4bc462ee4a0ed",
"version" : "1.10.3"
}
},
{
Expand Down Expand Up @@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "42240120b2a8797595433288ab4118f8042214c3",
"version" : "1.1.1"
"revision" : "8e8ca36c02abc7775a3ab81f9468c0df5fe22c2c",
"version" : "1.1.7"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.2.3"),
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.3"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.1"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
Expand Down

0 comments on commit b12aeca

Please sign in to comment.