Skip to content

Commit

Permalink
Merge pull request #3 from suitetecsa/renovate/alamofire-alamofire-5.x
Browse files Browse the repository at this point in the history
Update dependency Alamofire/Alamofire to from: "5.8.0"
  • Loading branch information
lesclaz authored Sep 20, 2023
2 parents a697376 + 692c2db commit eb5ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["SuitEtecsaSdkSwift"])
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.6.4")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.8.0")),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.1")
],
targets: [
Expand Down

0 comments on commit eb5ec24

Please sign in to comment.