Skip to content

Commit

Permalink
Use JavaFX 21-ea for testing (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Sep 1, 2023
1 parent 8f73806 commit 1562181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<javafx.version>20.0.1</javafx.version>
<javafx.version>21-ea+24</javafx.version>
<aether.version>1.1.0</aether.version>
<charm.glisten.version>6.2.0</charm.glisten.version>
<gluon.attach.version>4.0.15</gluon.attach.version>
Expand Down

0 comments on commit 1562181

Please sign in to comment.