Skip to content

Commit

Permalink
JDAとLavaplayerを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Oct 4, 2024
1 parent 3bc4222 commit 4d2ba3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9.9</version>
<version>0.9.11</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -47,17 +47,17 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.2</version>
<version>5.1.1</version>
</dependency>
<dependency>
<groupId>dev.arbjerg</groupId>
<artifactId>lavaplayer</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>v2</artifactId>
<version>1.5.2</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>com.github.Cosgy-Dev</groupId>
Expand Down

0 comments on commit 4d2ba3e

Please sign in to comment.