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.
2 parents a4ab976 + 7ea9999 commit b170138Copy full SHA for b170138
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