Skip to content

Commit eb3b5e4

Browse files
committed
Bump RxSwift in test dependencies
1 parent a06cf1d commit eb3b5e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Demo/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ end
1717
target 'DemoTests' do
1818

1919
# Dependencies
20-
pod 'RxSwift', '~> 2.0.0-beta'
21-
pod 'RxCocoa', '~> 2.0.0-beta'
22-
pod 'RxBlocking', '~> 2.0.0-beta'
20+
pod 'RxSwift', '~> 2.0.0-rc'
21+
pod 'RxCocoa', '~> 2.0.0-rc'
22+
pod 'RxBlocking', '~> 2.0.0-rc'
2323

2424
# Testing libraries
2525
pod 'Quick'

Demo/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ DEPENDENCIES:
1414
- Action (from `../`)
1515
- Nimble
1616
- Quick
17-
- RxBlocking (~> 2.0.0-beta)
18-
- RxCocoa (~> 2.0.0-beta)
19-
- RxSwift (~> 2.0.0-beta)
17+
- RxBlocking (~> 2.0.0-rc)
18+
- RxCocoa (~> 2.0.0-rc)
19+
- RxSwift (~> 2.0.0-rc)
2020

2121
EXTERNAL SOURCES:
2222
Action:

0 commit comments

Comments
 (0)