Updated JavaUtils version to 1.0.16 and JavaFxUtils version to 1.0.7

This commit is contained in:
dankito 2020-06-03 23:56:03 +02:00
parent a656b0c7e5
commit a352c68de8
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ext {
kotlinVersion = '1.3.72' kotlinVersion = '1.3.72'
kotlinCoroutinesVersion = "1.3.5" kotlinCoroutinesVersion = "1.3.5"
javaUtilsVersion = '1.0.16-SNAPSHOT' javaUtilsVersion = '1.0.16'
luceneUtilsVersion = "0.5.1-SNAPSHOT" luceneUtilsVersion = "0.5.1-SNAPSHOT"
@ -38,7 +38,7 @@ ext {
/* JavaFX */ /* JavaFX */
javaFxUtilsVersion = '1.0.5' javaFxUtilsVersion = '1.0.7'
/* Test */ /* Test */