diff --git a/build.gradle b/build.gradle index a7a99fb..b8a3058 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { //noinspection GradlePackageUpdate api 'commons-io:commons-io:2.16.1' - api 'net.dv8tion:JDA:5.0.0-beta.24' + api 'net.dv8tion:JDA:5.0.0' api 'org.apache.commons:commons-lang3:3.14.0' api 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1' api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VER" @@ -63,7 +63,7 @@ dependencies { // api 'org.codehaus.groovy:groovy-jsr223:3.0.8' // testImplementation "net.dv8tion:JDA:$JDA_VER" - testImplementation 'net.dv8tion:JDA:5.0.0-beta.24' + testImplementation 'net.dv8tion:JDA:5.0.0' testImplementation 'commons-io:commons-io:2.16.1' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1'