Skip to content

Commit

Permalink
Adjust CasePaths dependency version requirement (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcbride authored May 30, 2023
1 parent fd7e152 commit 976f19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "MobiusTest", targets: ["MobiusTest"]),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.10.1"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", .upToNextMinor(from: "0.10.1")),
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
.package(url: "https://github.com/Quick/Quick", from: "5.0.1"),
],
Expand Down

0 comments on commit 976f19e

Please sign in to comment.