We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71ddd9 commit 22f71d4Copy full SHA for 22f71d4
Package.swift
@@ -80,7 +80,7 @@ let package = Package(
80
dependencies: [
81
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
82
.package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8")),
83
- .package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.6.0")),
+ .package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.7.0")),
84
.package(url: "https://github.com/tuist/Command.git", from: "0.13.0"),
85
.package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.14.8")),
86
.package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.5.0")),
0 commit comments