Skip to content
Snippets Groups Projects
Commit 2db97de3 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

fix: bump JavaFX version to 17.0.8


upgrade version from 17.0.2 to 17.0.8 which works well with Mac OS on ARM processors

Co-authored-by: default avatarEik Hvattum Røgeberg <eikhr@stud.ntnu.no>
parents 017d3d9b 95e48d23
Branches master
No related tags found
No related merge requests found
Pipeline #293150 passed
......@@ -39,7 +39,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>17.0.2</version>
<version>17.0.8</version>
</dependency>
......
......@@ -16,7 +16,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>17.0.2</version>
<version>17.0.8</version>
</dependency>
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment