From 34b505a654626ac823b9defd039691253d4f5208 Mon Sep 17 00:00:00 2001 From: UeberallGebannt <paulmertens63@gmail.com> Date: Mon, 29 May 2023 09:38:55 +0200 Subject: [PATCH] library: Update JDA to 5.0.0-beta.9 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)