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.0" (#808)
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent 144e5f5 commit 954a03b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "433a23118f739078644ebeb4009e23d307af694a",
"version" : "1.10.4"
"revision" : "1eeca17b21b931fd6a5cc683a2cd659fb0441c66",
"version" : "1.11.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Packages/BeMatch/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let package = Package(
.package(path: "../Utility"),
.package(path: "../MatchCore"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.11.0"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.12.2"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.11.0"),
],
targets: [
.target(name: "AchievementLogic", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/TapMatch/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let package = Package(
.package(path: "../Utility"),
.package(path: "../MatchCore"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.11.0"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/Trinket/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let package = Package(
.package(path: "../Utility"),
.package(path: "../MatchCore"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.11.0"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", from: "2.1.1"),
],
targets: [
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.12.2"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.27.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.4"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.11.0"),
],
targets: [
.target(name: "ApolloClientHelpers", dependencies: [
Expand Down
4 changes: 2 additions & 2 deletions SDK.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "433a23118f739078644ebeb4009e23d307af694a",
"version" : "1.10.4"
"revision" : "1eeca17b21b931fd6a5cc683a2cd659fb0441c66",
"version" : "1.11.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "433a23118f739078644ebeb4009e23d307af694a",
"version" : "1.10.4"
"revision" : "1eeca17b21b931fd6a5cc683a2cd659fb0441c66",
"version" : "1.11.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "433a23118f739078644ebeb4009e23d307af694a",
"version" : "1.10.4"
"revision" : "1eeca17b21b931fd6a5cc683a2cd659fb0441c66",
"version" : "1.11.0"
}
},
{
Expand Down

0 comments on commit 954a03b

Please sign in to comment.