From 97d8f486e7c4b76db5e10da84343311d2e407e27 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 8 Aug 2022 18:29:15 +0100 Subject: [PATCH] Updated dependencies --- .../xcshareddata/swiftpm/Package.resolved | 14 +++++++------- Example/example-app/Package.swift | 4 ++-- Package.swift | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved index f1136ed4..74991724 100644 --- a/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElixxirDAppsSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/combine-schedulers", "state" : { - "revision" : "0ba3a562716efabb585ccb169450c5389107286b", - "version" : "0.6.0" + "revision" : "f7c8277f05f27a5bfb2f6ecccb0bad126ffcf472", + "version" : "0.7.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture.git", "state" : { - "revision" : "0a38f2c860a64a005afeb8a6fe186eb2818c9a3f", - "version" : "0.38.3" + "revision" : "108e3a536fcebb16c4f247ef92c2d7326baf9fe3", + "version" : "0.39.0" } }, { @@ -84,10 +84,10 @@ { "identity" : "xctest-dynamic-overlay", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git", "state" : { - "revision" : "ef8e14e7ce1c0c304c644c6ba365d06c468ded6b", - "version" : "0.3.3" + "revision" : "38bc9242e4388b80bd23ddfdf3071428859e3260", + "version" : "0.4.0" } } ], diff --git a/Example/example-app/Package.swift b/Example/example-app/Package.swift index 8335329a..001088bb 100644 --- a/Example/example-app/Package.swift +++ b/Example/example-app/Package.swift @@ -27,7 +27,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/pointfreeco/swift-composable-architecture.git", - .upToNextMajor(from: "0.38.3") + .upToNextMajor(from: "0.39.0") ), .package( url: "https://github.com/darrarski/swift-composable-presentation.git", @@ -43,7 +43,7 @@ let package = Package( ), .package( url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", - .upToNextMajor(from: "0.3.3") + .upToNextMajor(from: "0.4.0") ), ], targets: [ diff --git a/Package.swift b/Package.swift index 63e76076..ef899d4d 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( ), .package( url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", - .upToNextMajor(from: "0.3.3") + .upToNextMajor(from: "0.4.0") ), ], targets: [ -- GitLab