Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #228 from book000/feat/arm64-support
Browse files Browse the repository at this point in the history
feat: arm64などの複数プラットフォームに対応
  • Loading branch information
yuuahp authored Aug 13, 2023
2 parents 27619b8 + 53ed798 commit 9a5b5fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
<artifactId>lavaplayer</artifactId>
<version>1.3.77</version>
</dependency>
<dependency>
<groupId>com.github.aikaterna</groupId>
<artifactId>lavaplayer-natives</artifactId>
<version>original-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 9a5b5fd

Please sign in to comment.