Skip to content

Commit

Permalink
Bump the version of JDA to pick up the UDP fix in 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jocull committed Mar 24, 2023
1 parent 6f3d704 commit e2533a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Expand Up @@ -19,7 +19,11 @@ repositories {
}

dependencies {
implementation("net.dv8tion:JDA:4.3.0_277")
// The 4.x version of JDA specifically needs a UDP fix from this commit:
// https://github.com/DV8FromTheWorld/JDA/commit/39ba0c2682ad99dbec88240cb8ea9d1ff7162ae9
// The snapshot version published in jitpack has this, so it is utilized for now.
// Eventually, a full upgrade to JDA 5.x will be necessary.
implementation("com.github.DV8FromTheWorld:JDA:legacy~v4-SNAPSHOT")
//implementation("com.sedmelluq:lavaplayer:1.3.78")
implementation("com.github.walkyst:lavaplayer-fork:1.3.96")
implementation("org.springframework.boot:spring-boot-starter-data-r2dbc")
Expand Down

0 comments on commit e2533a7

Please sign in to comment.