Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidffa committed Jan 23, 2024
1 parent 08a1484 commit 8b62a40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ 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.18")
library("jda-ktx", "com.github.minndevelopment", "jda-ktx").version("0.10.0-beta.1")
library("lavaplayer", "com.github.davidffa", "lavaplayer-fork").version("fa29182")
library("jda-core", "net.dv8tion", "JDA").version("5.0.0-beta.20")
library("jda-ktx", "com.github.minndevelopment", "jda-ktx").version("0.11.0-beta.19")
library("lavaplayer", "com.github.davidffa", "lavaplayer-fork").version("ca0b377")
library("jda-nas", "com.github.davidffa", "jda-nas-fork").version("1.0.3")

// Lavaplayer audio filters
Expand Down

0 comments on commit 8b62a40

Please sign in to comment.