Upgrade JavaFX to v15

Upgrade JavaFX to most recent release.
This commit is contained in:
cd2357 2020-09-16 16:24:37 +02:00
parent e55594d1e3
commit 51e0de8116
No known key found for this signature in database
GPG key ID: F26C56748514D0D3

View file

@ -47,7 +47,7 @@ configure(subprojects) {
httpcoreVersion = '4.4.13'
ioVersion = '2.6'
jacksonVersion = '2.8.10'
javafxVersion = '14'
javafxVersion = '15'
javaxAnnotationVersion = '1.2'
jcsvVersion = '1.4.0'
jetbrainsAnnotationsVersion = '13.0'