Update lib to fix music fail to play
This commit is contained in:
parent
ada6e24380
commit
66ffea6a8a
@ -56,8 +56,9 @@ dependencies {
|
||||
compile("org.springframework.boot:spring-boot-starter-log4j2")
|
||||
|
||||
|
||||
compile("com.sedmelluq:lavaplayer:1.3.21")
|
||||
compile 'net.dv8tion:JDA:4.0.0_46'
|
||||
compile("com.sedmelluq:lavaplayer:1.3.34")
|
||||
// compile 'net.dv8tion:JDA:4.0.0_46'
|
||||
compile 'net.dv8tion:JDA:4.1.1_101'
|
||||
compile group: 'org.json', name: 'json', version: '20160810'
|
||||
compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE'
|
||||
// JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)
|
||||
|
Loading…
Reference in New Issue
Block a user