Update ED und JDA
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user