Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Upgraded java-cloudant dependency to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Oct 4, 2016
1 parent 57e3e57 commit e336aba
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 @@ -44,7 +44,7 @@ subprojects {

dependencies {
// Cloudant client (java-cloudant) version
def javaCloudantVersion = '2.5.0'
def javaCloudantVersion = '2.6.2'
// Dependency on java-cloudant
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
// Dependencies for inheriting javadoc and creating doc links
Expand Down

0 comments on commit e336aba

Please sign in to comment.