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

@@ -1,7 +1,7 @@
dependencies {
compile project(':performanceDb')
compile 'org.lucares:primitiveCollections:0.1.20171228131833'
compile 'org.lucares:primitiveCollections:0.1.20180817193843'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
compile 'com.google.guava:guava:26.0-jre'
}