From 6342b3f166e9cf09b4ead6d2f3a4e5e0b0f92dc8 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 24 Oct 2022 11:02:48 +0200 Subject: [PATCH] Bump to JavaFX 19 (#20) --- conveyor.conf | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conveyor.conf b/conveyor.conf index d3c097f..d5ab3e6 100644 --- a/conveyor.conf +++ b/conveyor.conf @@ -11,7 +11,7 @@ include required("/stdlib/jvm/javafx/from-jmods.conf") // Small tweaks e.g. enabling proxy detection (https://conveyor.hydraulic.dev/2/stdlib/jvm-clients/) include required("/stdlib/jvm/enhancements/client/v1.conf") -javafx.version = 17.0.1 +javafx.version = 19 app { display-name = AtlantaFX Sampler diff --git a/pom.xml b/pom.xml index 4ce5ff5..5b1290f 100755 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ ${java.version} 17 - 17.0.0.1 + 19 1.54.4 AtlantaFX