Skip to content

Commit

Permalink
Update YouTube plugin and switch jda-utilities for jda-chewtils (@G4-…
Browse files Browse the repository at this point in the history
  • Loading branch information
sks316 authored Sep 30, 2024
1 parent 6063e54 commit 554b282
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<name>Lavalink Repository</name>
<url>https://maven.lavalink.dev/releases</url>
</repository>
<repository>
<id>chew-m2</id>
<url>https://m2.chew.pro/releases</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -45,9 +49,10 @@
<version>4.4.1_353</version>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>
<version>3.0.5</version>
<groupId>pw.chew</groupId>
<artifactId>jda-chewtils</artifactId>
<version>1.24.1</version>
<scope>compile</scope>
<type>pom</type>
</dependency>

Expand All @@ -60,7 +65,7 @@
<dependency>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>common</artifactId>
<version>1.5.2</version>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>com.github.jagrosh</groupId>
Expand Down

0 comments on commit 554b282

Please sign in to comment.