We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db206cb commit 982100bCopy full SHA for 982100b
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
],
16
dependencies: [
17
.package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8")),
18
- .package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.14.32")),
+ .package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.14.33")),
19
.package(url: "https://github.com/tuist/Command.git", .upToNextMajor(from: "0.13.0")),
20
.package(
21
url: "https://github.com/pointfreeco/swift-snapshot-testing",
0 commit comments