Skip to content

Commit ac64a66

Browse files
authored
Upgrade javafx version. (#138)
1 parent 76079a9 commit ac64a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2023 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2024 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*
@@ -118,7 +118,7 @@ dependencies {
118118
}
119119

120120
javafx {
121-
version = '22.0.1'
121+
version = '23.0.1'
122122
modules = ['javafx.base', 'javafx.graphics', 'javafx.controls', 'javafx.swing']
123123
}
124124

0 commit comments

Comments
 (0)