Skip to content

Commit

Permalink
Update SPM to use Alamofire 5.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Sep 9, 2019
1 parent 174dd3d commit fcc7777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "82cc60d703dbced153baa04e26c6296ba9690a2d",
"version": "5.0.0-rc.1"
"revision": "c1d14588e5558a3669fd03510d135d88c5109069",
"version": "5.0.0-rc.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "RxMoya", targets: ["RxMoya"])
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("5.0.0-rc.1")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("5.0.0-rc.2")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: ("6.0.0"))),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "2.0.0")),
Expand Down

0 comments on commit fcc7777

Please sign in to comment.