We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf77dc commit 150dabbCopy full SHA for 150dabb
EssentialsDiscord/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
dependencies {
6
compileOnly project(':EssentialsX')
7
- implementation('net.dv8tion:JDA:5.6.1') {
+ implementation('net.dv8tion:JDA:6.0.0') {
8
exclude(module: 'opus-java')
9
}
10
implementation 'com.github.MinnDevelopment:emoji-java:v6.1.0'
@@ -20,7 +20,7 @@ shadowJar {
20
// JDA
21
include(dependency('net.dv8tion:JDA'))
22
include(dependency('com.neovisionaries:nv-websocket-client'))
23
- include(dependency('com.squareup.okhttp3:okhttp'))
+ include(dependency('com.squareup.okhttp3:okhttp-jvm'))
24
include(dependency('com.squareup.okio:okio'))
25
include(dependency('com.squareup.okio:okio-jvm'))
26
include(dependency('org.apache.commons:commons-collections4'))
0 commit comments