Skip to content

Commit 09ed6bf

Browse files
authored
Update Constants.java (#1334)
1 parent 80c75d1 commit 09ed6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/gluonhq/substrate/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2024, Gluon
2+
* Copyright (c) 2019, 2025, Gluon
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -108,7 +108,7 @@ public enum Profile {
108108

109109
public static final String DEFAULT_JAVA_STATIC_SDK_VERSION = "18-ea+prep18-9";
110110
public static final String DEFAULT_JAVA_STATIC_SDK_VERSION11 = "11-ea+10";
111-
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+11.2";
111+
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+11.3";
112112
public static final String DEFAULT_JAVAFX_JS_SDK_VERSION = "18-internal+0-2021-09-02-165800";
113113
public static final String DEFAULT_SYSROOT_VERSION = "20210424";
114114
public static final String DEFAULT_CLIBS_VERSION = "27";

0 commit comments

Comments
 (0)