Skip to content

Commit

Permalink
Update Kotlin and RxJava version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnield authored Aug 10, 2018
1 parent 48af954 commit 7b48952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.51'
ext.kotlin_version = '1.2.60
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:4.0.0'
Expand All @@ -15,7 +15,7 @@ apply plugin: 'kotlin'
apply plugin: 'java'
dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.1.16'
compile 'io.reactivex.rxjava2:rxjava:2.2.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
testCompile 'org.funktionale:funktionale-partials:1.0.0-final'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 7b48952

Please sign in to comment.