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 fd7e152 commit 976f19eCopy full SHA for 976f19e
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
.library(name: "MobiusTest", targets: ["MobiusTest"]),
17
],
18
dependencies: [
19
- .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")),
20
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
21
.package(url: "https://github.com/Quick/Quick", from: "5.0.1"),
22
0 commit comments