Skip to content

Commit

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

<repositories>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0</version>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>dev.arbjerg</groupId>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>v2</artifactId>
<version>1.4.0</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.github.Cosgy-Dev</groupId>
Expand Down

0 comments on commit 653c800

Please sign in to comment.