aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2021-05-31 17:08:56 -0400
committerMatt Kohls <mattkohls13@gmail.com>2021-05-31 17:08:56 -0400
commit8c91961f322dba5a48593ad0147e9d3da7f1226a (patch)
treede2efc1bd17f47df100df9670c9203b4944ef5a5 /build.gradle
parente175257892510877635d549e8b7890aff1d8ea31 (diff)
downloadSoundChan-bugfix/library-bumps.tar.gz
SoundChan-bugfix/library-bumps.tar.bz2
SoundChan-bugfix/library-bumps.zip
Another bump - no other changes neededHEADbugfix/library-bumps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index be2f603..a2fb6d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,11 +5,16 @@ plugins {
repositories {
jcenter()
+ mavenCentral()
+ maven {
+ name 'm2-dv8tion'
+ url 'https://m2.dv8tion.net/releases'
+ }
}
dependencies {
- compile 'net.dv8tion:JDA:4.1.1_167'
- compile 'com.sedmelluq:lavaplayer:1.3.50'
+ compile 'net.dv8tion:JDA:4.2.1_253'
+ compile 'com.sedmelluq:lavaplayer:1.3.77'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}