Skip to content

Commit

Permalink
lavaplayerを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Dec 17, 2021
1 parent 2938dbd commit a540fe5
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<!-- バージョン装飾子参考の参考に: https://kengotoda.gitbooks.io/what-is-maven/deploy/snapshot-and-stable.html -->
<version>0.6.7-beta.1</version>
<version>0.6.7</version>
<packaging>jar</packaging>

<repositories>
Expand All @@ -20,9 +20,8 @@
<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>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>chew-m2</id>
Expand All @@ -41,6 +40,12 @@
<artifactId>JDA</artifactId>
<version>4.3.0_331</version>
</dependency>
<dependency>
<groupId>com.github.Cosgy-Dev</groupId>
<artifactId>lavaplayer</artifactId>
<version>jmusicbot-SNAPSHOT</version>
</dependency>
<!--
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
Expand All @@ -50,13 +55,13 @@
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer-natives-extra</artifactId>
<version>1.3.13</version>
</dependency>
</dependency>-->
<!-- YouTube IP Addresses rotator -->
<dependency>
<!--<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer-ext-youtube-rotator</artifactId>
<version>LATEST</version>
</dependency>
</dependency>-->
<dependency>
<groupId>pw.chew</groupId>
<artifactId>jda-chewtils</artifactId>
Expand All @@ -82,7 +87,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit a540fe5

Please sign in to comment.