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 007e92c commit e8950e4Copy full SHA for e8950e4
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.6.2"))
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