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 @@
"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"
}
}
],
......
......@@ -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: [
......
......@@ -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: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment