Skip to content

Commit 22b5dbf

Browse files
authored
fix: ensure custom dump version ≥ 1.3.3 (#375)
We discovered downstream that we're using features from at least 1.3.1.
1 parent cb919a3 commit 22b5dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let package = Package(
6060
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
6161
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),
6262
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.5.0"),
63-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.2.1"),
63+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
6464
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
6565
],
6666
targets: [

0 commit comments

Comments
 (0)