From 381bd4a56721e18bc33a04810e7fca513fc6d5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mro=CC=81z?= Date: Thu, 2 May 2019 12:41:44 +0200 Subject: [PATCH] [ReactiveSwift] Update to 6.0 in Carthage --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index d745d931c..cde2354dd 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ github "Alamofire/Alamofire" ~> 4.1 -github "ReactiveCocoa/ReactiveSwift" ~> 5.0 +github "ReactiveCocoa/ReactiveSwift" ~> 6.0 github "ReactiveX/RxSwift" ~> 5.0 github "antitypical/Result" ~> 4.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 7ce6c7ab3..a3598241d 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -2,6 +2,6 @@ github "Alamofire/Alamofire" "4.8.2" github "AliSoftware/OHHTTPStubs" "7.0.0" github "Quick/Nimble" "v8.0.1" github "Quick/Quick" "v2.1.0" -github "ReactiveCocoa/ReactiveSwift" "5.0.1" +github "ReactiveCocoa/ReactiveSwift" "6.0.0" github "ReactiveX/RxSwift" "5.0.1" github "antitypical/Result" "4.1.0"