diff --git a/build.gradle b/build.gradle index e39301c..76ce2fe 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ compileJava.options.encoding = 'UTF-8' // First number indicates breaking changes (removals etc.) // Second number indicates non-breaking changes (new libraries etc.) // Third number indicates bug fixes or small updates -version = '1.3.2' +version = '1.3.3' sourceSets { main { @@ -74,7 +74,7 @@ dependencies { // Internal Libraries this.addModularInternal('com.googlecode.json-simple:json-simple:1.1.1', 'gson', false) - this.addModularInternal('net.dv8tion:JDA:5.0.0-alpha.4', 'jda', false) + this.addModularInternal('net.dv8tion:JDA:5.0.0-beta.9', 'jda', false) this.addModularInternal('com.github.CuukyOfficial:CFW:master-SNAPSHOT', 'CFW', true) this.addModularInternal('com.github.KettleMC-Network:Konfiguration:2.0.4', 'konfiguration', true) this.addModularInternal('com.github.almighty-satan:jo2sql:1.2.2', 'jo2sql', true)