We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b6f02 commit e30a016Copy full SHA for e30a016
Package.swift
@@ -83,7 +83,7 @@ let package = Package(
83
.package(url: "https://github.com/tuist/XcodeProj", .upToNextMajor(from: "9.7.2")),
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.10")),
86
- .package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.5.0")),
+ .package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.5.1")),
87
.package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.45.0")),
88
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.5"),
89
],
0 commit comments