From 8375fcb76ac29c8aa32e9682411cb15211cc4df5 Mon Sep 17 00:00:00 2001 From: Amit Kumar Swami Date: Thu, 4 Oct 2018 11:58:08 +0800 Subject: [PATCH] Update carthage dependencies RxSwift 4.3.1 --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 61e1dcc..82119a9 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 4.0 \ No newline at end of file +github "ReactiveX/RxSwift" ~> 4.3 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index 61e1dcc..b34f3f7 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 4.0 \ No newline at end of file +github "ReactiveX/RxSwift" "4.3.1"