aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-07-23 00:24:44 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-07-23 00:24:44 -0400
commitaae98b8bfca1578c14d6dde3a2f3180c7c580131 (patch)
treea01dbb81ce6289c72b172b040a0a8185faaefd8e /pom.xml
parent231c511304915d80aab89d28779d7445ad21ef70 (diff)
downloadNPEhero-aae98b8bfca1578c14d6dde3a2f3180c7c580131.tar.gz
NPEhero-aae98b8bfca1578c14d6dde3a2f3180c7c580131.tar.bz2
NPEhero-aae98b8bfca1578c14d6dde3a2f3180c7c580131.zip
Improve difficulty ordering and add songEnd and support multiple file types.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3b63ed6..3637f51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
- <version>18.0.1</version>
+ <version>22.0.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>