From 6d69f9bd2e23380e937e90c7fd7ce09701632d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Cabec=CC=A7a?= Date: Tue, 5 Jan 2021 14:53:44 +0100 Subject: [PATCH] Updated Cartfile to require RxSwift 6.0 --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index 6a8bfd6..bcb3591 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 5.0 +github "ReactiveX/RxSwift" ~> 6.0