Skip to content

Commit

Permalink
Update Carthage deps to Alamo 5 beta 3 and more
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed May 2, 2019
1 parent 3882769 commit 5a9e0b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Alamofire/Alamofire" "5.0.0-beta.2"
github "Alamofire/Alamofire" "5.0.0-beta.3"
github "ReactiveCocoa/ReactiveSwift" ~> 6.0
github "ReactiveX/RxSwift" ~> 5.0
github "antitypical/Result" ~> 4.1
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "Alamofire/Alamofire" "5.0.0-beta.2"
github "Alamofire/Alamofire" "5.0.0-beta.3"
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "Quick/Nimble" "v8.0.1"
github "Quick/Quick" "v2.1.0"
github "ReactiveCocoa/ReactiveSwift" "6.0.0"
github "ReactiveX/RxSwift" "5.0.1"
github "antitypical/Result" "4.1.0"
github "antitypical/Result" "4.1.0"
2 changes: 1 addition & 1 deletion Sources/Moya/MoyaProvider+Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public extension MoyaProvider {
let configuration = URLSessionConfiguration.default
configuration.httpHeaders = .default

return Session(startRequestsImmediately: false, configuration: configuration)
return Session(configuration: configuration, startRequestsImmediately: false)
}
}

0 comments on commit 5a9e0b7

Please sign in to comment.