Skip to content

Commit

Permalink
Merge pull request corda#3860 from corda/mike-small-fixes
Browse files Browse the repository at this point in the history
Update RxJava to the last 1.x release so we get JavaDocs back.
  • Loading branch information
pokeybot authored Aug 29, 2018
2 parents 9259f6c + 2e943d0 commit 7a4face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7a4face

Please sign in to comment.