Merge pull request #3860 from corda/mike-small-fixes

Update RxJava to the last 1.x release so we get JavaDocs back.
This commit is contained in:
PokeyBot 2018-08-29 15:24:28 +01:00 committed by GitHub
commit 7a4faceb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'