Skip to content

Commit 976f19e

Browse files
authored
Adjust CasePaths dependency version requirement (#199)
1 parent fd7e152 commit 976f19e

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
@@ -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.10.1"),
19+
.package(url: "https://github.com/pointfreeco/swift-case-paths", .upToNextMinor(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)