Skip to content

Commit c0d58e8

Browse files
chore(deps): update dependency org.openjfx:javafx to v24
1 parent 7ef4ffe commit c0d58e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
// implementation("com.google.guava:guava:28.1-jre")
3838

3939
// JavaFX: comment out if you do not need them
40-
val javaFxVersion = "23.0.2"
40+
val javaFxVersion = "24.0.1"
4141
implementation("org.openjfx:javafx:$javaFxVersion")
4242
for (platform in supportedPlatforms) {
4343
for (module in javaFXModules) {

0 commit comments

Comments
 (0)