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.5.5"
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 1fe558a commit 21cdff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/DependencyPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
],
dependencies: [
.package(path: "../CupertinoPackage"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.5"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.19.1"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.5"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.6.1"),
Expand Down
2 changes: 1 addition & 1 deletion Packages/GodPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let package = Package(
.package(path: "../DependencyPackage"),
.package(url: "https://github.com/airbnb/lottie-spm", from: "4.3.4"),
.package(url: "https://github.com/edonv/SwiftUIMessage", from: "0.0.3"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.5"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"),
],
targets: [
Expand Down

0 comments on commit 21cdff2

Please sign in to comment.