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 634fd42 + dc486c7 commit 8ebec7dCopy full SHA for 8ebec7d
Package.swift
@@ -36,7 +36,7 @@ let package = Package(
36
],
37
dependencies: [
38
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
39
- .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.2.0")),
+ .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.0")),
40
41
targets: targets
42
)
0 commit comments