forked from loafle/openapi-generator-original
[swift6] Change JSONEncodable protocol to always return String (#20906)
* [swift6] Change JSONEncodable protocol to always return String * [swift6] Upgrade Alamofire * Add missing @Sendable attributes * Fix APIHelperTests * Fix URLSessionImplementations
This commit is contained in:
@@ -19,8 +19,7 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
// TODO: Alamofire versions 5.10.0 and above are not currently supported. If you need a newer version, please consider submitting a Pull Request with the required changes.
|
||||
.package(url: "https://github.com/Alamofire/Alamofire", exact: "5.9.1"),
|
||||
.package(url: "https://github.com/Alamofire/Alamofire", exact: "5.10.2"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit", .upToNextMajor(from: "8.1.2")),
|
||||
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.8.0")),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user