Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Oct 10, 2022
2 parents 30e0bfa + 3a625ce commit 4bb9e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ logs/
!**/src/main/**/target/
!**/src/test/**/target/
out/
target/

### Gradle ###
.gradle/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

//Discord stuff
implementation("net.dv8tion:JDA:5.0.0-alpha.21")
implementation("ch.qos.logback:logback-classic:1.4.3")
implementation("ch.qos.logback:logback-classic:1.4.4")
implementation("org.slf4j:slf4j-api:2.0.3")
implementation("com.github.walkyst:lavaplayer-fork:1.3.98.4")
implementation("com.sedmelluq:lava-common:1.1.2")
Expand Down

0 comments on commit 4bb9e70

Please sign in to comment.