aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2019-08-10 21:54:33 -0400
committerMatt Kohls <mattkohls13@gmail.com>2019-08-10 21:54:33 -0400
commit59ffa2f46350597ed96ad32cd6ba19f274165f3a (patch)
treea76cc94ad6fc079753c60920fe66cc48f97e60e4
parentd2d7d2f928293483ee2f10f4525a6f76bca7f5a8 (diff)
downloadSoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.tar.gz
SoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.tar.bz2
SoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.zip
Another lavaplayer bumpbugfix/lavaplayer-bump
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1b0f8f1..befa0d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ repositories {
dependencies {
compile 'net.dv8tion:JDA:3.5.1_339'
- compile 'com.sedmelluq:lavaplayer:1.3.17'
+ compile 'com.sedmelluq:lavaplayer:1.3.20'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}