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 d5f757b commit 7ea9999Copy full SHA for 7ea9999
Package.swift
@@ -52,7 +52,7 @@ let package = Package(
52
],
53
dependencies: [
54
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
55
- .package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.0.2")),
+ .package(url: "https://github.com/Kolos65/Mockable.git", .upToNextMajor(from: "0.0.8")),
56
.package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.1.0")),
57
58
targets: targets
0 commit comments