Skip to content

Commit

Permalink
lavaplayerのバージョンをv2に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Dec 23, 2023
1 parent 423857d commit c5169bb
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 @@ -69,9 +69,9 @@
<version>5.0.0-beta.18</version>
</dependency>
<dependency>
<groupId>com.github.walkyst</groupId>
<artifactId>lavaplayer-fork</artifactId>
<version>1.4.2</version>
<groupId>dev.arbjerg</groupId>
<artifactId>lavaplayer</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>pw.chew</groupId>
Expand Down Expand Up @@ -277,7 +277,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
</properties>

Expand Down

0 comments on commit c5169bb

Please sign in to comment.