Skip to content

Commit

Permalink
Merge branch 'master' into staging-43
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyoondotcom committed Jun 6, 2021
2 parents d745981 + 06f9b3a commit 427f563
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MinecraftManhunt/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions MinecraftManhunt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
<name>bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -63,7 +68,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_214</version>
<version>4.2.1_253</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -81,7 +86,7 @@
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.59</version>
<version>1.3.75</version>
</dependency>
<dependency>
<groupId>javax.json</groupId>
Expand Down

0 comments on commit 427f563

Please sign in to comment.