Skip to content

Commit

Permalink
Updated alamofire version
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Feb 19, 2024
1 parent ee7c4f5 commit 73f5fa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ let package = Package(
targets: ["DarockKit"])
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire", exact: "5.5.0"),
.package(url: "https://github.com/Alamofire/Alamofire", from: "5.8.1"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "4.0.0"),
.package(url: "https://github.com/Kitura/Swift-JWT", from: "4.0.1"),
.package(url: "https://github.com/malcommac/SwiftDate", from: "7.0.0")
],
targets: [
Expand All @@ -25,7 +24,6 @@ let package = Package(
dependencies: [
"Alamofire",
"SwiftyJSON",
//"SwiftJWT",
"SwiftDate"
]
)
Expand Down

0 comments on commit 73f5fa0

Please sign in to comment.