Skip to content

Commit

Permalink
Update openjfx version
Browse files Browse the repository at this point in the history
  • Loading branch information
the-lazy-learner committed Sep 4, 2019
1 parent 7133b2b commit 6b5b6e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,48 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>linux</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>win</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>mac</classifier>
</dependency>

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>linux</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>win</classifier>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>13-ea+11</version>
<version>13-ea+13</version>
<classifier>mac</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6b5b6e1

Please sign in to comment.