Skip to content

Commit d101856

Browse files
committed
Pin swift-case-paths to fix S6 linux build
1 parent 800f140 commit d101856

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
3939
.package(url: "https://github.com/apple/swift-package-manager.git", branch: "release/5.10"),
4040
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
41+
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", exact: "1.4.2"),
4142
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4243
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4344
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),

0 commit comments

Comments
 (0)