Skip to content

Commit

Permalink
Update JDA & opus-java
Browse files Browse the repository at this point in the history
  • Loading branch information
davidffa committed Mar 10, 2024
1 parent 87dc61a commit cca4915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion D4rkBotKtMain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation(libs.jda.core) {
exclude(module="opus-java")
}
implementation("com.github.davidffa:opus-java:eeaf630")
implementation(libs.opus)
implementation(libs.jda.ktx)
implementation(libs.lavaplayer)
implementation(libs.jda.nas)
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dependencyResolutionManagement {
library("okhttp-coroutines", "ru.gildor.coroutines", "kotlin-coroutines-okhttp").version("1.0")

// JDA & Lavaplayer
library("jda-core", "net.dv8tion", "JDA").version("5.0.0-beta.20")
library("jda-core", "net.dv8tion", "JDA").version("5.0.0-beta.21")
library("opus", "com.github.davidffa", "opus-java").version("c6194b1")
library("jda-ktx", "com.github.minndevelopment", "jda-ktx").version("78dbf82")
library("lavaplayer", "com.github.davidffa", "lavaplayer-fork").version("51c13e3")
library("jda-nas", "com.github.davidffa", "jda-nas-fork").version("1.0.3")
Expand Down

0 comments on commit cca4915

Please sign in to comment.