Skip to content

Commit

Permalink
chore(deps): update dependency org.openjfx:javafx to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 3952f96 commit f015323
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.2"
val javaFxVersion = "25-ea+2"
implementation("org.openjfx:javafx:$javaFxVersion")
for (platform in supportedPlatforms) {
for (module in javaFXModules) {
Expand Down

0 comments on commit f015323

Please sign in to comment.