deps update

This commit is contained in:
John Grosh
2020-01-28 21:00:57 -05:00
parent ae8b5cfe90
commit 338dafca0c
6 changed files with 24 additions and 12 deletions

16
pom.xml
View File

@@ -3,14 +3,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<packaging>jar</packaging>
<repositories>
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>bintray-sedmelluq-com.sedmelluq</id>
<name>bintray</name>
<url>https://dl.bintray.com/sedmelluq/com.sedmelluq</url>
</repository>
</repositories>
@@ -23,7 +28,12 @@
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.25</version>
<version>1.3.33</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer-natives-extra</artifactId>
<version>1.3.13</version>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>