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 48af954 commit 7b48952Copy full SHA for 7b48952
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.2.51'
+ ext.kotlin_version = '1.2.60
3
repositories { jcenter() }
4
dependencies {
5
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:4.0.0'
@@ -15,7 +15,7 @@ apply plugin: 'kotlin'
15
apply plugin: 'java'
16
17
18
- compile 'io.reactivex.rxjava2:rxjava:2.1.16'
+ compile 'io.reactivex.rxjava2:rxjava:2.2.0'
19
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
20
testCompile 'org.funktionale:funktionale-partials:1.0.0-final'
21
testCompile 'junit:junit:4.12'
0 commit comments