[swift5][client] update dependencies (#9633)

* [swift5][client] update dependencies

* [swift5][client] update sample projects

* [swift5][client] update dependencies in Carthage
This commit is contained in:
Bruno Coelho
2021-06-01 03:09:22 +01:00
committed by GitHub
parent 173a349e04
commit 6cf4843249
98 changed files with 522 additions and 1474 deletions

View File

@@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Flight-School/AnyCodable", .exact("0.4.0")),
.package(url: "https://github.com/Flight-School/AnyCodable", .exact("0.6.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.