Skip to content

Commit

Permalink
use timeouts lavaplayer commit
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 24, 2023
1 parent 944df98 commit 09e95e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ allprojects {
mavenCentral() // main maven repo
mavenLocal() // useful for developing
maven("https://m2.dv8tion.net/releases")
maven("https://maven.arbjerg.dev/snapshots")
maven("https://maven.arbjerg.dev/releases")
jcenter()
maven("https://jitpack.io") // build projects directly from GitHub
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun VersionCatalogBuilder.spring() {
}

fun VersionCatalogBuilder.voice() {
version("lavaplayer", "2.0.0")
version("lavaplayer", "9c92cf39faedd5218b7e086e8ece13a21bff2f0a-SNAPSHOT")

library("lavaplayer", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer")
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
Expand Down

0 comments on commit 09e95e9

Please sign in to comment.