Update ED und JDA

This commit is contained in:
Ocame
2023-02-16 02:30:38 +01:00
parent 06cd082ee2
commit 4a999d9841
16 changed files with 1051 additions and 256 deletions

View File

@ -4,10 +4,10 @@ plugins {
}
version '0.8'
version '0.10'
//def jdaVersion = '3.8.3_460'
def jdaVersion = '4.2.0_168'
def jdaVersion = '5.0.0-alpha.20'
apply plugin: 'java'
@ -25,7 +25,7 @@ repositories {
dependencies {
compile "net.dv8tion:JDA:$jdaVersion"
compile "org.slf4j:slf4j-simple:1.7.25"
compile "org.slf4j:slf4j-simple:1.7.36"
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.6'
compile "org.json:json:20141113"
}