Skip to content

Commit e5fd05e

Browse files
authored
Update dependencies to fix youtube issues (#1609)
1 parent 6a5a9c7 commit e5fd05e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<url>https://m2.duncte123.dev/releases</url>
3232
</repository>
3333
<repository>
34-
<id>arbjergDev-snapshots</id>
34+
<id>arbjergDev</id>
3535
<name>Lavalink Repository</name>
36-
<url>https://maven.lavalink.dev/snapshots</url>
36+
<url>https://maven.lavalink.dev/releases</url>
3737
</repository>
3838
</repositories>
3939

@@ -55,12 +55,12 @@
5555
<dependency>
5656
<groupId>dev.arbjerg</groupId>
5757
<artifactId>lavaplayer</artifactId>
58-
<version>2.1.1</version>
58+
<version>2.2.1</version>
5959
</dependency>
6060
<dependency>
61-
<groupId>com.github.lavalink-devs</groupId>
62-
<artifactId>lavaplayer-youtube-source</artifactId>
63-
<version>1.0.4</version>
61+
<groupId>dev.lavalink.youtube</groupId>
62+
<artifactId>common</artifactId>
63+
<version>1.4.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.github.jagrosh</groupId>

0 commit comments

Comments
 (0)