Updated JavaUtils version to 1.0.16 and JavaFxUtils version to 1.0.7
This commit is contained in:
parent
a656b0c7e5
commit
a352c68de8
|
@ -7,7 +7,7 @@ ext {
|
|||
kotlinVersion = '1.3.72'
|
||||
kotlinCoroutinesVersion = "1.3.5"
|
||||
|
||||
javaUtilsVersion = '1.0.16-SNAPSHOT'
|
||||
javaUtilsVersion = '1.0.16'
|
||||
|
||||
luceneUtilsVersion = "0.5.1-SNAPSHOT"
|
||||
|
||||
|
@ -38,7 +38,7 @@ ext {
|
|||
|
||||
/* JavaFX */
|
||||
|
||||
javaFxUtilsVersion = '1.0.5'
|
||||
javaFxUtilsVersion = '1.0.7'
|
||||
|
||||
|
||||
/* Test */
|
||||
|
|
Loading…
Reference in New Issue