Skip to content

Commit 7b48952

Browse files
authored
Update Kotlin and RxJava version
1 parent 48af954 commit 7b48952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.51'
2+
ext.kotlin_version = '1.2.60
33
repositories { jcenter() }
44
dependencies {
55
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:4.0.0'
@@ -15,7 +15,7 @@ apply plugin: 'kotlin'
1515
apply plugin: 'java'
1616
1717
dependencies {
18-
compile 'io.reactivex.rxjava2:rxjava:2.1.16'
18+
compile 'io.reactivex.rxjava2:rxjava:2.2.0'
1919
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2020
testCompile 'org.funktionale:funktionale-partials:1.0.0-final'
2121
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)