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