Skip to content

Commit

Permalink
Merge pull request #6 from MoonAndEye/feat/upgrad_alamofire_dependence
Browse files Browse the repository at this point in the history
chore: update Alamofire dependencies
  • Loading branch information
alexdremov committed Aug 5, 2023
2 parents 726bf9f + 604b8cd commit 72e7336
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 @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"),
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("5.2.0"))
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.2.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 72e7336

Please sign in to comment.