[swift5] less restrictive alamofire dependency resolution (#13977)

* modify Alamofire version in podspec

* modify Alamofire version in Package.swift

* also pin optimistically in Cartfile

* optimistically resolve all other dependencies to next major version
This commit is contained in:
Jonas Reichert
2022-11-10 18:27:24 +01:00
committed by GitHub
parent 7ad9f835ff
commit f1b8190b19
49 changed files with 67 additions and 67 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", from: "0.6.1"),
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.1")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.