We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893b752 commit e2e1bcdCopy full SHA for e2e1bcd
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
dependencies: [
19
// Dependencies declare other packages that this package depends on.
20
// .package(url: /* package url */, from: "1.0.0"),
21
- .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.6.1"))
+ .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.7.1"))
22
],
23
targets: [
24
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments