Update CombineExpectations

This commit is contained in:
Justin Mazzocchi 2021-01-28 15:50:24 -08:00
parent 833fad0353
commit 80eb4d2ec3
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C
3 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/groue/CombineExpectations.git",
"state": {
"branch": null,
"revision": "96d5604151c94b21fbca6877b237e80af9e821dd",
"version": "0.5.0"
"revision": "5c36f3199960776fc055196a93ca04bfc00e1857",
"version": "0.7.0"
}
},
{

View file

@ -17,7 +17,7 @@ let package = Package(
targets: ["ServiceLayerMocks"])
],
dependencies: [
.package(url: "https://github.com/groue/CombineExpectations.git", .upToNextMajor(from: "0.5.0")),
.package(url: "https://github.com/groue/CombineExpectations.git", .upToNextMajor(from: "0.7.0")),
.package(path: "CodableBloomFilter"),
.package(path: "DB"),
.package(path: "Keychain"),

View file

@ -17,7 +17,7 @@ let package = Package(
targets: ["PreviewViewModels"])
],
dependencies: [
.package(url: "https://github.com/groue/CombineExpectations.git", .upToNextMajor(from: "0.5.0")),
.package(url: "https://github.com/groue/CombineExpectations.git", .upToNextMajor(from: "0.7.0")),
.package(path: "ServiceLayer")
],
targets: [