Skip to content

Commit fd7e152

Browse files
authored
Update CasePaths to 0.10.1 (#196)
1 parent 659c654 commit fd7e152

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -16,7 +16,7 @@ let package = Package(
1616
.library(name: "MobiusTest", targets: ["MobiusTest"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.0"),
19+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.10.1"),
2020
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
2121
.package(url: "https://github.com/Quick/Quick", from: "5.0.1"),
2222
],

0 commit comments

Comments
 (0)