Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Jul 10, 2017
1 parent 242abf1 commit 6b35afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'ivy-publish'

sourceCompatibility = 1.6
version = '0.1.9'
version = '0.1.11'
group = 'stellar'

jar {
Expand Down Expand Up @@ -33,8 +33,8 @@ repositories {

dependencies {
compile 'commons-codec:commons-codec:1.5'
compile 'org.apache.httpcomponents:httpclient:4.5.1'
compile 'org.apache.httpcomponents:fluent-hc:4.5.1'
compile 'org.apache.httpcomponents:httpclient:4.5.3'
compile 'org.apache.httpcomponents:fluent-hc:4.5.3'
compile 'com.moandjiezana.toml:toml4j:0.5.1'
compile 'org.mockito:mockito-core:2.0.31-beta'
compile 'com.google.guava:guava:18.0'
Expand Down

0 comments on commit 6b35afb

Please sign in to comment.