Skip to content

Commit

Permalink
Attempt to lower size
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondDagger590 committed Oct 23, 2019
1 parent 45c40b9 commit e491850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
// compile group: 'com.intellij', name: 'annotations', version: '9.0.4'
compile group: 'com.h2database', name: 'h2', version: '1.4.198'
// compile group: 'com.h2database', name: 'h2', version: '1.4.198'
compileOnly group: 'com.google.guava', name: 'guava', version: '19.0'

testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down

0 comments on commit e491850

Please sign in to comment.