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.17.1"
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 3c646d3 commit 1bcd137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let package = Package(
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.1"),
],
targets: [
.target(name: "AchievementLogic", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/Utility/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var package = Package(
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.1"),
],
targets: [
.target(name: "ApolloClientHelpers", dependencies: [
Expand Down

0 comments on commit 1bcd137

Please sign in to comment.