From c50216132981a993fb827315c7c4d6fb3d5857a1 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sun, 27 Oct 2019 00:38:52 -0400 Subject: Starting work to update libraries JDA v4 has many breaking changes that will need to be checked Lavaplayer shouldn't have any major changes, but needs version bump to continue working with various sites --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index befa0d3..c780e8b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ repositories { } dependencies { - compile 'net.dv8tion:JDA:3.5.1_339' - compile 'com.sedmelluq:lavaplayer:1.3.20' + compile 'net.dv8tion:JDA:4.0.0_39' + compile 'com.sedmelluq:lavaplayer:1.3.22' runtime 'ch.qos.logback:logback-classic:1.2.3' } -- cgit v1.2.3