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 0521abe commit ca03c43Copy full SHA for ca03c43
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
],
24
dependencies: [
25
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
26
- .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.0")),
+ .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.2")),
27
28
targets: targets
29
)
0 commit comments