diff --git a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 72c3475a..26809b44 100644 --- a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "bc67aa8e461351c97282c2419153757a446ae1c9", - "version" : "1.3.5" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.28.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index bf970cb7..babceb6c 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -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.4.1"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ], targets: [ .target(name: "AchievementLogic", dependencies: [ diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index b0b22e65..d0191cdb 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -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.4.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ], targets: [ .target(name: "ApolloClientHelpers", dependencies: [ diff --git a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5fad3936..476a6c40 100644 --- a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "bc67aa8e461351c97282c2419153757a446ae1c9", - "version" : "1.3.5" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.28.0" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ],