mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-13 06:15:08 +01:00
Bump JDA + discord-webhooks dependencies (#4655)
This commit is contained in:
parent
7794634d37
commit
9b629e42d8
@ -4,12 +4,11 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compileOnly project(':EssentialsX')
|
||||
implementation('net.dv8tion:JDA:4.3.0_293') {
|
||||
//noinspection GroovyAssignabilityCheck
|
||||
exclude module: 'opus-java'
|
||||
implementation('net.dv8tion:JDA:4.4.0_350') {
|
||||
exclude(module: 'opus-java')
|
||||
}
|
||||
implementation 'com.vdurmont:emoji-java:5.1.1'
|
||||
implementation 'club.minnced:discord-webhooks:0.5.6'
|
||||
implementation 'club.minnced:discord-webhooks:0.7.2'
|
||||
compileOnly 'org.apache.logging.log4j:log4j-core:2.0-beta9'
|
||||
compileOnly 'me.clip:placeholderapi:2.10.9'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user