update 3rd party libs

This commit is contained in:
2019-12-27 12:14:09 +01:00
parent c6f5a3d2fe
commit d76551db2c
4 changed files with 14 additions and 19 deletions

View File

@@ -4,6 +4,6 @@ group='org.lucares'
version = '0.1.'+new SimpleDateFormat("YYYYMMddHHmmss").format(new Date());
dependencies {
jmh 'org.eclipse.collections:eclipse-collections:10.0.0'
jmh 'org.eclipse.collections:eclipse-collections:10.1.0'
}