Bump JavaFX version to 15 to support emoji fonts

This commit is contained in:
Kai S. K. Engelbart 2020-09-30 09:57:32 +02:00
parent a4e9474b97
commit b4c5089bb5
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11.0.2</version>
<version>15</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>11.0.2</version>
<version>15</version>
</dependency>
</dependencies>