We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d2328 commit f1d1566Copy full SHA for f1d1566
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
dependencies: [
23
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
24
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", from: "1.2.1"),
25
- .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"),
+ .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.0"),
26
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.2.0"),
27
.package(url: "https://github.com/pointfreeco/swiftui-navigation.git", from: "1.2.0"),
28
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.2"),
0 commit comments