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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
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]

Lines changed: 1 addition & 1 deletion
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)