Skip to content

Commit

Permalink
Updated to JavaFX 13-ea+11 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Aug 10, 2019
1 parent 0970ba8 commit a380d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootloader/src/main/java/jgnash/bootloader/BootLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
public class BootLoader {

private static final String JFX_VERSION = "12.0.1";
private static final String JFX_VERSION = "13-ea+11";

private static final String MAVEN_REPO = "http://central.maven.org/maven2/org/openjfx/";

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {

slf4jVersion = "1.8.0-beta4" // https://www.slf4j.org/news.html

javaFXVersion = "12.0.1"
javaFXVersion = "13-ea+11"
}
}

Expand Down
1 change: 1 addition & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Dirty check, don't create a backup file if not changed at all
== Release 3.2.1
* 08/10/2019 Updated to JavaFX 13-ea+11 dependency.
* 08/04/2019 Corrected the column sizing behavior of tabular reports with long values.
* 08/03/2019 Changed H2 relation databases to use Asynchronous access instead of NIO for safer file access.
* 08/03/2019 Fixed a bug that was causing File > Save As to force files to a .bxds file if a period existed within the
Expand Down

0 comments on commit a380d3a

Please sign in to comment.