Version 0.2.1-SNAPSHOT bump - minor changes so anyone should be able to build and I can easily upload to maven central

This commit is contained in:
2015-07-04 10:26:02 +02:00
3 changed files with 12 additions and 7 deletions

View File

@ -14,5 +14,5 @@ dependencies {
compile project(':domain')
compile 'org.ini4j:ini4j:0.5.4'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.+'
testCompile 'org.mockito:mockito-core:1.10.19'
}