update primitiveCollections

The new version of primitiveCollections requires Java 10.
This commit is contained in:
2018-08-18 08:32:27 +02:00
parent 22f35f9cf5
commit b01d267300
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ dependencies {
compile project(':pdb-utils')
antlr "org.antlr:antlr4:4.7.1"
compile 'org.lucares:primitiveCollections:0.1.20171228131833'
compile 'org.lucares:primitiveCollections:0.1.20180817193843'
compile 'org.apache.commons:commons-lang3:3.7'
compile 'com.google.guava:guava:26.0-jre'