From f49f7a18b2e2f21a61da3ec166f3919448f57cbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:56:04 +0000 Subject: [PATCH] Update dependency RxSwift to ~> 6.8.0 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pod | RxSwift | 6.7.1 | 6.8.0 | --- sample/iosApp/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/iosApp/Podfile b/sample/iosApp/Podfile index 566b763d..61fe402d 100644 --- a/sample/iosApp/Podfile +++ b/sample/iosApp/Podfile @@ -12,7 +12,7 @@ target 'iosApp-RxSwift' do platform :ios, '15.0' pod 'shared', :path => '../shared' pod 'Kingfisher', '~> 8.1.0' - pod 'RxSwift', '~> 6.7.0' + pod 'RxSwift', '~> 6.8.0' pod 'RxCocoa', '~> 6.7.0' pod 'RxRelay', '~> 6.7.0' pod 'NSObject+Rx', '~> 5.2.2'