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", "repositoryURL": "https://github.com/groue/CombineExpectations.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "96d5604151c94b21fbca6877b237e80af9e821dd", "revision": "5c36f3199960776fc055196a93ca04bfc00e1857",
"version": "0.5.0" "version": "0.7.0"
} }
}, },
{ {

View File

@ -17,7 +17,7 @@ let package = Package(
targets: ["ServiceLayerMocks"]) targets: ["ServiceLayerMocks"])
], ],
dependencies: [ 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: "CodableBloomFilter"),
.package(path: "DB"), .package(path: "DB"),
.package(path: "Keychain"), .package(path: "Keychain"),

View File

@ -17,7 +17,7 @@ let package = Package(
targets: ["PreviewViewModels"]) targets: ["PreviewViewModels"])
], ],
dependencies: [ 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") .package(path: "ServiceLayer")
], ],
targets: [ targets: [