We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a13e04 commit 1176325Copy full SHA for 1176325
build.gradle.kts
@@ -23,7 +23,8 @@ dependencies {
23
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
24
25
// DIH4JDA (Interaction Framework) (includes JDA (jda5.0.0-alpha.17))
26
- implementation("com.github.DynxstyGIT:DIH4JDA:f87f54eb42")
+ implementation("com.github.DynxstyGIT:DIH4JDA:2f98b9b44a")
27
+ implementation("org.reflections:reflections:0.10.2")
28
29
implementation("com.google.code.gson:gson:2.9.0")
30
implementation("org.yaml:snakeyaml:1.30")
0 commit comments