Minor improvements and version bumps

This commit is contained in:
2017-07-02 08:37:43 +02:00
parent a245288359
commit a8addf946b
15 changed files with 25 additions and 31 deletions

View File

@ -15,6 +15,7 @@ uploadArchives {
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
test.enabled = Boolean.valueOf(systemTestsEnabled)
@ -30,8 +31,8 @@ dependencies {
compile project(':wif')
compile 'org.slf4j:slf4j-simple:1.7.25'
compile 'args4j:args4j:2.33'
compile 'com.h2database:h2:1.4.194'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'com.h2database:h2:1.4.196'
compile 'org.apache.commons:commons-lang3:3.6'
testCompile 'junit:junit:4.12'
testCompile 'com.nhaarman:mockito-kotlin:1.4.0'
testCompile 'com.nhaarman:mockito-kotlin:1.5.0'
}