From f980e8b22de205b727792cc15bcf6bce9ce16c06 Mon Sep 17 00:00:00 2001 From: Alexandre Taieb Date: Mon, 6 May 2019 11:02:50 -0700 Subject: [PATCH] Bumped RxSwift to 5.0.1 --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index d3479f6..24ce080 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 4.5 \ No newline at end of file +github "ReactiveX/RxSwift" ~> 5.0 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index 16929f1..b751e3d 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "ReactiveX/RxSwift" "4.5.0" +github "ReactiveX/RxSwift" "5.0.1"