Skip to content

Commit

Permalink
Bump to JavaFX 19 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn authored Oct 24, 2022
1 parent 7645fa5 commit 6342b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<java.version>17</java.version>
<openjfx.version>17.0.0.1</openjfx.version>
<openjfx.version>19</openjfx.version>
<sass.version>1.54.4</sass.version>

<app.name>AtlantaFX</app.name>
Expand Down

0 comments on commit 6342b3f

Please sign in to comment.