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.
2 parents b170138 + a5f62da commit 1b97e7fCopy full SHA for 1b97e7f
Package.swift
@@ -53,7 +53,7 @@ let package = Package(
53
dependencies: [
54
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
55
.package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.0.8")),
56
- .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.1.0")),
+ .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.2.0")),
57
],
58
targets: targets
59
)
0 commit comments