File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.3.5
1
+ 1.3.6
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ repositories {
14
14
}
15
15
}
16
16
mavenLocal()
17
+ mavenCentral()
18
+
17
19
maven {
18
20
url = uri(' https://m2.dv8tion.net/releases' )
19
21
}
@@ -26,6 +28,10 @@ repositories {
26
28
url = uri(' https://repo.maven.apache.org/maven2/' )
27
29
}
28
30
31
+ maven {
32
+ url = uri(' https://maven.lavalink.dev/snapshots' )
33
+ }
34
+
29
35
maven {
30
36
url = uri(' https://jitpack.io' )
31
37
}
@@ -46,7 +52,7 @@ dependencies {
46
52
implementation ' com.github.natanbc:lavadsp:0.7.7'
47
53
implementation ' ch.qos.logback:logback-classic:1.2.10'
48
54
implementation ' commons-validator:commons-validator:1.7'
49
- implementation ' dev.arbjerg:lavaplayer:2.0.0 '
55
+ implementation( " dev.arbjerg:lavaplayer:727959e9f621fc457b3a5adafcfffb55fdeaa538-SNAPSHOT " )
50
56
implementation ' commons-io:commons-io:2.11.0'
51
57
implementation ' net.bramp.ffmpeg:ffmpeg:0.6.2'
52
58
implementation ' io.sfrei:tracksearch:0.7.1'
You can’t perform that action at this time.
0 commit comments