Skip to content

Commit

Permalink
fix: update javafx patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed Feb 25, 2024
1 parent 7836e9d commit 44c025e
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 @@ -141,7 +141,7 @@ configurations {
}

javafx {
version = "21.0.1"
version = "21.0.2"
modules = mutableListOf("javafx.controls", "javafx.media")
}

Expand Down

0 comments on commit 44c025e

Please sign in to comment.