From 6826b47397bcaa999f62adafeda939c460a85c87 Mon Sep 17 00:00:00 2001 From: Ian Ryan <10286358+nextinfinity@users.noreply.github.com> Date: Sun, 20 Sep 2026 14:40:13 -0700 Subject: [PATCH] Pin youtube-source to commit 2be8e542 snapshot --- build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index befca2a..93783b8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,11 @@ jar { repositories { mavenCentral() maven { url = "https://maven.lavalink.dev/releases" } + maven { + url = "https://maven.lavalink.dev/snapshots" + content { includeGroup 'dev.lavalink.youtube' } + mavenContent { snapshotsOnly() } + } } dependencies { @@ -43,7 +48,7 @@ dependencies { runtimeOnly 'club.minnced:jdave-native-darwin:0.1.8' runtimeOnly 'club.minnced:jdave-native-win-x86-64:0.1.8' implementation 'dev.arbjerg:lavaplayer:2.2.7' - implementation 'dev.lavalink.youtube:v2:1.18.2' + implementation 'dev.lavalink.youtube:v2:2be8e542d3f6f178e048dca565892684c2e40177-SNAPSHOT' implementation 'org.reflections:reflections:0.10.2' runtimeOnly 'org.slf4j:slf4j-reload4j:2.0.19'