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

Update CustomDump dependency

parent 9e9e448d
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
......@@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-custom-dump",
"state" : {
"revision" : "c4f78db9b90ca57b7b6abc2223e235242739ea3c",
"version" : "0.4.0"
"revision" : "21ec1d717c07cea5a026979cb0471dd95c7087e7",
"version" : "0.5.0"
}
},
{
......
......@@ -29,7 +29,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-custom-dump.git",
.upToNextMajor(from: "0.4.0")
.upToNextMajor(from: "0.5.0")
),
.package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
......
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