Skip to content

Commit

Permalink
update versions of some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvos committed Jun 4, 2022
1 parent fa256ac commit d60055e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>16</version>
<version>18.0.1</version>
</dependency>
<!--
<dependency>
Expand Down Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.5</version>
<version>0.0.7</version>
<configuration>
<mainClass>org.redfx.strangefx.ui.Main</mainClass>
</configuration>
Expand Down

0 comments on commit d60055e

Please sign in to comment.