diff --git a/build.gradle.kts b/build.gradle.kts index a50d935..7c9e0eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ spotless { dependencies { implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r") - implementation("de.chojo", "cjda-util", "2.9.5+beta.19") { + implementation("de.chojo", "cjda-util", "2.10.3+jda-5.1.0") { exclude(group = "club.minnced", module = "opus-java") }