Skip to content

Commit

Permalink
Update LP for Vimeo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Aug 30, 2024
1 parent 2af0559 commit d143a8c
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 @@ -26,6 +26,7 @@ allprojects {
mavenLocal() // useful for developing
maven("https://m2.dv8tion.net/releases")
maven("https://maven.lavalink.dev/releases")
maven("https://maven.lavalink.dev/snapshots")
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 @@ -34,7 +34,7 @@ fun VersionCatalogBuilder.spring() {
}

fun VersionCatalogBuilder.voice() {
version("lavaplayer", "2.2.1")
version("lavaplayer", "d4dd9807a212129118b22768aa57ba8268928df4-SNAPSHOT")
version("koe", "2.0.2")

library("lavaplayer", "dev.arbjerg", "lavaplayer").versionRef("lavaplayer")
Expand Down

0 comments on commit d143a8c

Please sign in to comment.