dependency updates

more emojis
This commit is contained in:
John Grosh
2018-02-07 11:07:37 -05:00
parent e478fa43c8
commit 2eeffb374f
32 changed files with 128 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>jar</packaging>
<repositories>
@@ -23,17 +23,17 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.3.1_316</version>
<version>3.5.0_335</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.2.45</version>
<version>1.2.47</version>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>JDA-Utilities</artifactId>
<version>1.9</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>