We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b084c85 commit 66f4e47Copy full SHA for 66f4e47
Package.swift
@@ -26,7 +26,7 @@ let package = Package(
26
dependencies: [
27
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")),
28
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.2")),
29
- .package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.3.0")),
+ .package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.5.1")),
30
],
31
targets: [
32
.target(
0 commit comments