We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06cf1d commit eb3b5e4Copy full SHA for eb3b5e4
Demo/Podfile
@@ -17,9 +17,9 @@ end
17
target 'DemoTests' do
18
19
# Dependencies
20
-pod 'RxSwift', '~> 2.0.0-beta'
21
-pod 'RxCocoa', '~> 2.0.0-beta'
22
-pod 'RxBlocking', '~> 2.0.0-beta'
+pod 'RxSwift', '~> 2.0.0-rc'
+pod 'RxCocoa', '~> 2.0.0-rc'
+pod 'RxBlocking', '~> 2.0.0-rc'
23
24
# Testing libraries
25
pod 'Quick'
Demo/Podfile.lock
@@ -14,9 +14,9 @@ DEPENDENCIES:
14
- Action (from `../`)
15
- Nimble
16
- Quick
- - RxBlocking (~> 2.0.0-beta)
- - RxCocoa (~> 2.0.0-beta)
- - RxSwift (~> 2.0.0-beta)
+ - RxBlocking (~> 2.0.0-rc)
+ - RxCocoa (~> 2.0.0-rc)
+ - RxSwift (~> 2.0.0-rc)
EXTERNAL SOURCES:
Action:
0 commit comments