Skip to content

Commit

Permalink
Update to JavaFX 20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Randelshofer committed Jun 27, 2023
1 parent d218f8f commit 93078d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,22 +414,22 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>20</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>20</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>20</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>20</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
Expand Down

0 comments on commit 93078d8

Please sign in to comment.