Version 3.1:

Updated multiple libraries.
Updated JDA to use its alpha version and updated the code accordingly.
This commit is contained in:
2022-06-13 19:29:15 +02:00
parent baa0a7f47a
commit 90e78eb4cc
22 changed files with 100 additions and 88 deletions

View File

@@ -30,18 +30,16 @@ repositories {
}
dependencies {
// This dependency is used by the application.//
implementation 'com.google.guava:guava:31.0.1-jre'
//implementation 'org.slf4j:slf4j-log4j12:2.0.0-alpha0'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.github.oshi:oshi-core:6.1.6'
implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.0-alpha0'
implementation 'net.lingala.zip4j:zip4j:2.9.1'
implementation 'net.lingala.zip4j:zip4j:2.10.0'
implementation 'club.minnced:opus-java:1.1.1'
implementation 'ws.schild:jave-all-deps:3.1.1'
implementation 'ws.schild:jave-all-deps:3.3.1'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.sedmelluq:lavaplayer:1.3.78'
implementation 'com.github.DV8FromTheWorld:JDA:4.4.0'
implementation 'com.github.DV8FromTheWorld:JDA:5.0.0-alpha.12'
}
application {