From 5ca9531ca392f258c1895c482110e703c20691c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mro=CC=81z?= Date: Tue, 13 Aug 2019 12:47:16 +0200 Subject: [PATCH] Update Carthage to use ReactiveSwift 6.1.0 --- Cartfile.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index a59ffb840..e9bdf7e51 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,6 +1,6 @@ github "Alamofire/Alamofire" "5.0.0-beta.7" github "AliSoftware/OHHTTPStubs" "8.0.0" -github "Quick/Nimble" "v8.0.1" +github "Quick/Nimble" "v8.0.2" github "Quick/Quick" "v2.1.0" -github "ReactiveCocoa/ReactiveSwift" "6.0.0" +github "ReactiveCocoa/ReactiveSwift" "6.1.0" github "ReactiveX/RxSwift" "5.0.1"