Skip to content

Commit

Permalink
Update some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberedCake committed May 18, 2024
1 parent 9a08630 commit b0eb005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

implementation 'net.dv8tion:JDA:5.0.0-beta.20'
implementation 'ch.qos.logback:logback-classic:1.5.3'
implementation 'net.dv8tion:JDA:5.0.0-beta.24'
implementation 'ch.qos.logback:logback-classic:1.5.6'
implementation 'com.google.code.gson:gson:2.10.1'

implementation 'org.reflections:reflections:0.10.2'
implementation 'dev.lavalink.youtube:v2:1.3.0'
implementation 'dev.arbjerg:lavaplayer:2.1.2'
implementation 'com.github.jagrosh:JLyrics:master-SNAPSHOT'
implementation "com.github.TopiSenpai.LavaSrc:lavasrc:4.0.1"
implementation "com.github.TopiSenpai.LavaSrc:lavasrc:4.1.1"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.thelinmichael:spotify-web-api-java:6.5.4'

Expand Down

0 comments on commit b0eb005

Please sign in to comment.