Skip to content
Snippets Groups Projects
Commit 02bac3c2 authored by Nicolai Hollup Brand's avatar Nicolai Hollup Brand :penguin:
Browse files

fix: use currect javafx version

parent 9ad7dd30
No related branches found
No related tags found
2 merge requests!36fix: javafx correct version,!7Feat/part three
Pipeline #230953 passed
......@@ -84,7 +84,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>19</version>
<version>20-ea+9</version>
</dependency>
<!-- Dependency to support JUnit5 library-->
<dependency>
......@@ -95,4 +95,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
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