diff --git a/sample/iosApp/Podfile b/sample/iosApp/Podfile index c4e68f1f..70809245 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.3.0' - pod 'RxSwift', '~> 6.7.0' + pod 'RxSwift', '~> 6.9.0' pod 'RxCocoa', '~> 6.7.0' pod 'RxRelay', '~> 6.7.0' pod 'NSObject+Rx', '~> 5.2.2'