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 6b2ee42 commit cb2e578Copy full SHA for cb2e578
Package.swift
@@ -38,6 +38,7 @@ let package = Package(
38
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
39
.package(url: "https://github.com/apple/swift-package-manager.git", branch: "release/5.10"),
40
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
41
+ // Pinned due to https://github.com/pointfreeco/swift-case-paths/issues/180
42
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", exact: "1.4.2"),
43
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
44
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
0 commit comments