Skip to content

Commit e5800a5

Browse files
Update dependency RxRelay to ~> 6.8.0
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pod | RxRelay | 6.7.1 | 6.8.0 |
1 parent c693d8a commit e5800a5

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
@@ -14,7 +14,7 @@ target 'iosApp-RxSwift' do
1414
pod 'Kingfisher', '~> 8.0.0'
1515
pod 'RxSwift', '~> 6.7.0'
1616
pod 'RxCocoa', '~> 6.7.0'
17-
pod 'RxRelay', '~> 6.7.0'
17+
pod 'RxRelay', '~> 6.8.0'
1818
pod 'NSObject+Rx', '~> 5.2.2'
1919
pod 'RxDataSources', '~> 5.0'
2020
pod 'MBProgressHUD', '~> 1.2.0'

0 commit comments

Comments
 (0)