We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9408f commit f485565Copy full SHA for f485565
build.gradle
@@ -19,7 +19,7 @@
19
plugins {
20
id "java"
21
id "application"
22
- id "com.gradleup.shadow" version "9.4.0"
+ id "com.gradleup.shadow" version "9.4.1"
23
id "jacoco"
24
}
25
@@ -40,7 +40,7 @@ repositories {
40
41
dependencies {
42
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.32'
43
- implementation(group: 'net.dv8tion', name: 'JDA', version:'6.3.2'){
+ implementation(group: 'net.dv8tion', name: 'JDA', version:'6.4.0'){
44
exclude(module: 'opus-java')
45
46
implementation group: 'pw.chew', name: 'jda-chewtils-commons', version: '2.2.1'
0 commit comments