Skip to content

Commit cc27fbd

Browse files
committed
Updates dependencies.
1 parent f4a69dd commit cc27fbd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 2.2
1+
github "ReactiveX/RxSwift" ~> 2.3.1

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ platform :ios, '8.0'
22
use_frameworks!
33

44
target 'RxDataSources' do
5-
pod 'RxSwift', '~> 2.2'
6-
pod 'RxCocoa', '~> 2.2'
5+
pod 'RxSwift', '~> 2.3.1'
6+
pod 'RxCocoa', '~> 2.3.1'
77
end
88

99
target 'Example' do
10-
pod 'RxSwift', '~> 2.2'
11-
pod 'RxCocoa', '~> 2.2'
10+
pod 'RxSwift', '~> 2.3.1'
11+
pod 'RxCocoa', '~> 2.3.1'
1212
end

0 commit comments

Comments
 (0)