From 174dd3dc64f097e637823fb4e1081e3a3b2de107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mro=CC=81z?= Date: Mon, 9 Sep 2019 11:52:59 +0200 Subject: [PATCH] Update Carthage to use Alamofire 5.0.0-rc.2 --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index b86d63b0b..9a7572bc6 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ -github "Alamofire/Alamofire" "5.0.0-rc.1" +github "Alamofire/Alamofire" "5.0.0-rc.2" github "ReactiveCocoa/ReactiveSwift" ~> 6.0 github "ReactiveX/RxSwift" ~> 5.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index a39a8689b..acb53591d 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -github "Alamofire/Alamofire" "5.0.0-rc.1" +github "Alamofire/Alamofire" "5.0.0-rc.2" github "AliSoftware/OHHTTPStubs" "8.0.0" github "Quick/Nimble" "v8.0.2" github "Quick/Quick" "v2.1.0"