Skip to content

Commit 6239ed0

Browse files
authored
Updated swift-custom-dump to latest version (#3008)
1 parent 5c1d9b7 commit 6239ed0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/pointfreeco/swift-custom-dump",
7070
"state" : {
71-
"revision" : "6ea3b1b6a4957806d72030a32360d4bcb155a0d2",
72-
"version" : "1.2.0"
71+
"revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
72+
"version" : "1.3.0"
7373
}
7474
},
7575
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
2424
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.0"),
2525
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
26-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
26+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.0"),
2727
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
2828
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
2929
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.1.0"),

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
2626
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.0"),
2727
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
28-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
28+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.0"),
2929
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
3131
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),

0 commit comments

Comments
 (0)