Skip to content
Snippets Groups Projects
Commit 97d8f486 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Updated dependencies

parent bfd533fa
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/combine-schedulers", "location" : "https://github.com/pointfreeco/combine-schedulers",
"state" : { "state" : {
"revision" : "0ba3a562716efabb585ccb169450c5389107286b", "revision" : "f7c8277f05f27a5bfb2f6ecccb0bad126ffcf472",
"version" : "0.6.0" "version" : "0.7.0"
} }
}, },
{ {
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture.git", "location" : "https://github.com/pointfreeco/swift-composable-architecture.git",
"state" : { "state" : {
"revision" : "0a38f2c860a64a005afeb8a6fe186eb2818c9a3f", "revision" : "108e3a536fcebb16c4f247ef92c2d7326baf9fe3",
"version" : "0.38.3" "version" : "0.39.0"
} }
}, },
{ {
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
{ {
"identity" : "xctest-dynamic-overlay", "identity" : "xctest-dynamic-overlay",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
"state" : { "state" : {
"revision" : "ef8e14e7ce1c0c304c644c6ba365d06c468ded6b", "revision" : "38bc9242e4388b80bd23ddfdf3071428859e3260",
"version" : "0.3.3" "version" : "0.4.0"
} }
} }
], ],
......
...@@ -27,7 +27,7 @@ let package = Package( ...@@ -27,7 +27,7 @@ let package = Package(
dependencies: [ dependencies: [
.package( .package(
url: "https://github.com/pointfreeco/swift-composable-architecture.git", url: "https://github.com/pointfreeco/swift-composable-architecture.git",
.upToNextMajor(from: "0.38.3") .upToNextMajor(from: "0.39.0")
), ),
.package( .package(
url: "https://github.com/darrarski/swift-composable-presentation.git", url: "https://github.com/darrarski/swift-composable-presentation.git",
...@@ -43,7 +43,7 @@ let package = Package( ...@@ -43,7 +43,7 @@ let package = Package(
), ),
.package( .package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
.upToNextMajor(from: "0.3.3") .upToNextMajor(from: "0.4.0")
), ),
], ],
targets: [ targets: [
......
...@@ -33,7 +33,7 @@ let package = Package( ...@@ -33,7 +33,7 @@ let package = Package(
), ),
.package( .package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
.upToNextMajor(from: "0.3.3") .upToNextMajor(from: "0.4.0")
), ),
], ],
targets: [ targets: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment