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

Merge branch 'feat/javafx-correct-version' into 'feat/part-three'

fix: javafx correct version

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