Skip to content

Commit b73bbcb

Browse files
Update dependency RxCocoa to ~> 6.9.0
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pod | RxCocoa | 6.7.1 | 6.9.0 |
1 parent 0e4a195 commit b73bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/iosApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target 'iosApp-RxSwift' do
1313
pod 'shared', :path => '../shared'
1414
pod 'Kingfisher', '~> 8.3.0'
1515
pod 'RxSwift', '~> 6.7.0'
16-
pod 'RxCocoa', '~> 6.7.0'
16+
pod 'RxCocoa', '~> 6.9.0'
1717
pod 'RxRelay', '~> 6.7.0'
1818
pod 'NSObject+Rx', '~> 5.2.2'
1919
pod 'RxDataSources', '~> 5.0'

0 commit comments

Comments
 (0)