aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.tel>2024-08-25 15:24:51 +0200
committerMarko Zajc <marko@zajc.tel>2024-08-25 15:24:51 +0200
commit45118342ae79643a40c2051f2d18cfa97c231c1d (patch)
tree10bbb89e4833329ada13a63213152596fe68573d
parent587684304c4c89d36b48935f99f9db93f26ab3d4 (diff)
[module-music] Change dependenciesHEADmaster
-rw-r--r--module-music/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module-music/pom.xml b/module-music/pom.xml
index 9e0740c..6fd5b89 100644
--- a/module-music/pom.xml
+++ b/module-music/pom.xml
@@ -45,7 +45,7 @@
45 </dependency> 45 </dependency>
46 <dependency> 46 <dependency>
47 <groupId>dev.lavalink.youtube</groupId> 47 <groupId>dev.lavalink.youtube</groupId>
48 <artifactId>v2</artifactId> 48 <artifactId>common</artifactId>
49 <version>1.7.2</version> 49 <version>1.7.2</version>
50 </dependency> 50 </dependency>
51 51