Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jul 11, 2024
1 parent b81e908 commit d621b9c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>lavalink</id>
<name>LavaLink Release</name>
<url>https://maven.lavalink.dev/releases</url>
</repository>
<repository>
<id>lavalink</id>
<name>LavaLink Devs</name>
Expand Down Expand Up @@ -52,23 +57,23 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.24</version>
<version>5.0.0</version>
</dependency>
<!-- Fix for the failed Lookup until they release a version -->
<dependency>
<groupId>dev.arbjerg</groupId>
<artifactId>lavaplayer</artifactId>
<version>83f3633248303439dab16d0f89422e30fae0f83a-SNAPSHOT</version>
<version>2.2.1</version>
</dependency>
<!--<dependency>
<groupId>com.github.lavalink-devs.lavaplayer</groupId>
<artifactId>lavaplayer</artifactId>
<version>0ab6311a5f</version>
</dependency>-->
<dependency>
<groupId>com.github.lavalink-devs</groupId>
<artifactId>youtube-source</artifactId>
<version>59fe89297b</version>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>common</artifactId>
<version>f22d382b7caed0068cbb79eb4cd87ff92e9b3486-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
Expand Down Expand Up @@ -129,7 +134,7 @@
<dependency>
<groupId>com.github.jwdeveloper.TikTok-Live-Java</groupId>
<artifactId>Client</artifactId>
<version>1.6.1-Release</version>
<version>1.8.2-Release</version>
</dependency>

<!-- Music -->
Expand Down

0 comments on commit d621b9c

Please sign in to comment.