Update RxJava to the last 1.x release so we get JavaDocs back.

This commit is contained in:
Mike Hearn 2018-08-27 21:06:01 +02:00
parent 9259f6c05e
commit 2e943d089b

View File

@ -46,7 +46,7 @@ buildscript {
ext.hibernate_version = '5.2.6.Final'
ext.h2_version = '1.4.197' // Update docs if renamed or removed.
ext.postgresql_version = '42.1.4'
ext.rxjava_version = '1.2.4'
ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.9.17'
ext.eddsa_version = '0.2.0'
ext.dependency_checker_version = '3.1.0'