Skip to content

Commit 6b5b6e1

Browse files
Update openjfx version
1 parent 7133b2b commit 6b5b6e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,48 +15,48 @@
1515
<dependency>
1616
<groupId>org.openjfx</groupId>
1717
<artifactId>javafx-controls</artifactId>
18-
<version>13-ea+11</version>
18+
<version>13-ea+13</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.openjfx</groupId>
2222
<artifactId>javafx-fxml</artifactId>
23-
<version>13-ea+11</version>
23+
<version>13-ea+13</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.openjfx</groupId>
2727
<artifactId>javafx-media</artifactId>
28-
<version>13-ea+11</version>
28+
<version>13-ea+13</version>
2929
<classifier>linux</classifier>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.openjfx</groupId>
3333
<artifactId>javafx-media</artifactId>
34-
<version>13-ea+11</version>
34+
<version>13-ea+13</version>
3535
<classifier>win</classifier>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.openjfx</groupId>
3939
<artifactId>javafx-media</artifactId>
40-
<version>13-ea+11</version>
40+
<version>13-ea+13</version>
4141
<classifier>mac</classifier>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>org.openjfx</groupId>
4646
<artifactId>javafx-graphics</artifactId>
47-
<version>13-ea+11</version>
47+
<version>13-ea+13</version>
4848
<classifier>linux</classifier>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.openjfx</groupId>
5252
<artifactId>javafx-graphics</artifactId>
53-
<version>13-ea+11</version>
53+
<version>13-ea+13</version>
5454
<classifier>win</classifier>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.openjfx</groupId>
5858
<artifactId>javafx-graphics</artifactId>
59-
<version>13-ea+11</version>
59+
<version>13-ea+13</version>
6060
<classifier>mac</classifier>
6161
</dependency>
6262
</dependencies>

0 commit comments

Comments
 (0)