Skip to content

Commit 150dabb

Browse files
authored
Bump to JDA 6 (#6320)
1 parent adf77dc commit 150dabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EssentialsDiscord/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
compileOnly project(':EssentialsX')
7-
implementation('net.dv8tion:JDA:5.6.1') {
7+
implementation('net.dv8tion:JDA:6.0.0') {
88
exclude(module: 'opus-java')
99
}
1010
implementation 'com.github.MinnDevelopment:emoji-java:v6.1.0'
@@ -20,7 +20,7 @@ shadowJar {
2020
// JDA
2121
include(dependency('net.dv8tion:JDA'))
2222
include(dependency('com.neovisionaries:nv-websocket-client'))
23-
include(dependency('com.squareup.okhttp3:okhttp'))
23+
include(dependency('com.squareup.okhttp3:okhttp-jvm'))
2424
include(dependency('com.squareup.okio:okio'))
2525
include(dependency('com.squareup.okio:okio-jvm'))
2626
include(dependency('org.apache.commons:commons-collections4'))

0 commit comments

Comments
 (0)