Skip to content

Commit 5b16c6a

Browse files
committed
Bump Lavaplayer to fix track loading issues
(cherry picked from commit 19b6ecc)
1 parent 5f8f574 commit 5b16c6a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.5
1+
1.3.6

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ repositories {
1414
}
1515
}
1616
mavenLocal()
17+
mavenCentral()
18+
1719
maven {
1820
url = uri('https://m2.dv8tion.net/releases')
1921
}
@@ -26,6 +28,10 @@ repositories {
2628
url = uri('https://repo.maven.apache.org/maven2/')
2729
}
2830

31+
maven {
32+
url = uri('https://maven.lavalink.dev/snapshots')
33+
}
34+
2935
maven {
3036
url = uri('https://jitpack.io')
3137
}
@@ -46,7 +52,7 @@ dependencies {
4652
implementation 'com.github.natanbc:lavadsp:0.7.7'
4753
implementation 'ch.qos.logback:logback-classic:1.2.10'
4854
implementation 'commons-validator:commons-validator:1.7'
49-
implementation 'dev.arbjerg:lavaplayer:2.0.0'
55+
implementation("dev.arbjerg:lavaplayer:727959e9f621fc457b3a5adafcfffb55fdeaa538-SNAPSHOT")
5056
implementation 'commons-io:commons-io:2.11.0'
5157
implementation 'net.bramp.ffmpeg:ffmpeg:0.6.2'
5258
implementation 'io.sfrei:tracksearch:0.7.1'

0 commit comments

Comments
 (0)