Updated H2 version

This commit is contained in:
2015-10-12 12:42:11 +02:00
parent ea1419eda1
commit 3d1bd7227b
2 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@ dependencies {
compile project(':wif')
compile 'org.slf4j:slf4j-simple:1.7.12'
compile 'args4j:args4j:2.32'
compile 'com.h2database:h2:1.4.187'
compile 'com.h2database:h2:1.4.190'
testCompile 'junit:junit:4.11'
}