Skip to content

Commit

Permalink
chore(deps): update dependency org.openjfx:javafx to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 3167b7d commit c970f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
// implementation("com.google.guava:guava:28.1-jre")

// JavaFX: comment out if you do not need them
val javaFxVersion = "23.0.1"
val javaFxVersion = "24-ea+19"
implementation("org.openjfx:javafx:$javaFxVersion")
for (platform in supportedPlatforms) {
for (module in javaFXModules) {
Expand Down

0 comments on commit c970f5e

Please sign in to comment.