Skip to content

Commit

Permalink
[IMP] Bumped to an even newer lavaplayer fork
Browse files Browse the repository at this point in the history
  • Loading branch information
t3rminus committed Aug 10, 2023
1 parent 1fad0ec commit 5995b16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<version>1.3.78</version>
</dependency -->
<dependency>
<groupId>com.github.walkyst</groupId>
<artifactId>lavaplayer-fork</artifactId>
<version>1.4.2</version>
<groupId>dev.arbjerg</groupId>
<artifactId>lavaplayer</artifactId>
<version>2.0.0</version>
</dependency>
<!-- this is needed, but isn't actually hosted anywhere anymore... uh -->
<!--dependency>
<!-- this is needed, but isn't actually hosted anywhere anymore... uh -->
<!--dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer-natives-extra</artifactId>
<version>1.3.13</version>
Expand All @@ -65,7 +65,7 @@
<version>master-SNAPSHOT</version>
</dependency>

<!-- Misc Internal Dependencies -->
<!-- Misc Internal Dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand All @@ -82,7 +82,7 @@
<version>1.15.3</version>
</dependency>

<!-- Testing Dependencies -->
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 5995b16

Please sign in to comment.