Skip to content

Commit

Permalink
Upgrade javafx version. (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfl28 authored Oct 26, 2024
1 parent 76079a9 commit ac64a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Markus Fleischhacker <markus.fleischhacker28@gmail.com>
* Copyright (C) 2024 Markus Fleischhacker <markus.fleischhacker28@gmail.com>
*
* This file is part of Bounding Box Editor
*
Expand Down Expand Up @@ -118,7 +118,7 @@ dependencies {
}

javafx {
version = '22.0.1'
version = '23.0.1'
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls', 'javafx.swing']
}

Expand Down

0 comments on commit ac64a66

Please sign in to comment.