Skip to content

Commit

Permalink
Bump JavaFX version to 21-ea+9.1 (#1216)
Browse files Browse the repository at this point in the history
* Prepare development of 0.0.58

* Bump JavaFX version to 21-ea+9.1

---------

Co-authored-by: Abhinay Agarwal <[email protected]>
  • Loading branch information
José Pereda and abhinayagarwal authored Mar 21, 2023
1 parent 6415a2c commit 5bc50ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gluonhq/substrate/Constants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2022, Gluon
* Copyright (c) 2019, 2023, Gluon
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -108,7 +108,7 @@ public enum Profile {

public static final String DEFAULT_JAVA_STATIC_SDK_VERSION = "18-ea+prep18-8";
public static final String DEFAULT_JAVA_STATIC_SDK_VERSION11 = "11-ea+10";
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+5";
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+9.1";
public static final String DEFAULT_JAVAFX_JS_SDK_VERSION = "18-internal+0-2021-09-02-165800";
public static final String DEFAULT_SYSROOT_VERSION = "20210424";
public static final String DEFAULT_CLIBS_VERSION = "27";
Expand Down

0 comments on commit 5bc50ab

Please sign in to comment.