Skip to content

Commit

Permalink
build.gradle: update JavaFX to 21.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 3, 2024
1 parent 73e2663 commit 863751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallettemplate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
}

javafx {
version = '21.0.1'
version = '21.0.4'
modules = [ 'javafx.controls', 'javafx.fxml' ]
}

Expand Down

0 comments on commit 863751d

Please sign in to comment.