Skip to content

Commit

Permalink
Use a commit version right after 2.1.0 (727959e9f6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jocull committed Mar 7, 2024
1 parent 1ab4b13 commit 0000fb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ repositories {

dependencies {
implementation("com.github.DV8FromTheWorld:JDA:v5.0.0-beta.20")
implementation("dev.arbjerg:lavaplayer:2.1.0")
// Use a commit version right after 2.1.0
// See /~https://github.com/lavalink-devs/lavaplayer/pull/70
implementation("com.github.lavalink-devs.lavaplayer:lavaplayer:727959e9f6")
implementation("org.springframework.boot:spring-boot-starter-data-r2dbc")

runtimeOnly("com.h2database:h2")
Expand Down

0 comments on commit 0000fb5

Please sign in to comment.