Update Lavaplayer

This commit is contained in:
Sébastien Clément 2020-07-24 17:24:35 +02:00 committed by GitHub
parent 4d0daec2b3
commit b21c76cd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ dependencies {
compile("com.sedmelluq:lavaplayer:1.3.46")
compile("com.sedmelluq:lavaplayer:1.3.50")
// compile 'net.dv8tion:JDA:4.0.0_46'
compile 'net.dv8tion:JDA:4.1.1_101'
compile group: 'org.json', name: 'json', version: '20160810'
@ -87,4 +87,4 @@ class Version {
String toString() {
"${major}.${minor}.${revision}_$build"
}
}
}