Skip to content

Commit 730d68c

Browse files
committed
Update javafx monorepo to v26-ea+16
1 parent 20928b7 commit 730d68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Desktop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
}
3030

3131
javafx {
32-
version = '26-ea+15'
32+
version = '26-ea+16'
3333
modules = ['javafx.controls', 'javafx.fxml']
3434
configurations = ['implementation']
3535
}

FxCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
}
1717

1818
javafx {
19-
version = '26-ea+15'
19+
version = '26-ea+16'
2020
modules = ['javafx.controls', 'javafx.graphics']
2121
configurations = ['api']
2222
}

0 commit comments

Comments
 (0)