Update Discord4J
This commit is contained in:
parent
155311b019
commit
2229f1dd9b
1 changed files with 4 additions and 5 deletions
9
pom.xml
9
pom.xml
|
@ -151,12 +151,11 @@
|
||||||
<version>1.12.2-R0.1-SNAPSHOT</version>
|
<version>1.12.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.discord4j/Discord4J -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.austinv11</groupId>
|
<groupId>com.discord4j</groupId>
|
||||||
<artifactId>Discord4j</artifactId>
|
<artifactId>Discord4J</artifactId>
|
||||||
<version>master-SNAPSHOT</version>
|
<version>2.10.1</version>
|
||||||
<!-- <classifier>shaded</classifier> --> <!-- Include this line if you want a shaded jar (all the Discord4J dependencies
|
|
||||||
bundled into one jar) -->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue