Skip to content

Commit

Permalink
Update dependency RxSwift to ~> 6.8.0
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| pod        | RxSwift | 6.7.1 | 6.8.0 |
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent a768777 commit f49f7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f49f7a1

Please sign in to comment.