Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 4, 2024
1 parent 49c8152 commit 67700b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repositories {

dependencies {
// https://github.com/discord-jda/JDA/releases
implementation("net.dv8tion:JDA:5.0.0-beta.20") {
implementation("net.dv8tion:JDA:5.0.0-beta.23") {
exclude module: "opus-java"
}
implementation "dev.masecla:Modrinth4J:2.2.0" // https://github.com/masecla22/Modrinth4J
implementation "ch.qos.logback:logback-classic:1.4.6" // https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation "ch.qos.logback:logback-classic:1.5.6" // https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation "com.google.code.gson:gson:2.10.1" // https://github.com/google/gson/releases
implementation "com.jcraft:jsch:0.1.55" // https://mvnrepository.com/artifact/com.jcraft/jsch
}
Expand Down

0 comments on commit 67700b0

Please sign in to comment.