Update JavaFX to version 12 and set ctbrec version to 1.19.1

This commit is contained in:
0xboobface 2019-04-04 18:39:57 +02:00
parent 7ffa41944c
commit 732489cd18
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>1.19.0</version>
<version>1.19.1</version>
<modules>
<module>../common</module>
@ -78,17 +78,17 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11</version>
<version>12</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>11</version>
<version>12</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>11</version>
<version>12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>