Skip to content

Commit

Permalink
Update JDA and BotCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jun 4, 2023
1 parent c59fb41 commit 6ff3515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {
}

dependencies {
implementation("net.dv8tion", "JDA", "5.0.0-beta.8") // JDA
implementation("net.dv8tion", "JDA", "5.0.0-beta.10") // JDA
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLibrary")

dependencies {
api("io.github.freya022", "BotCommands", "2.10.1") // Command framework
api("io.github.freya022", "BotCommands", "2.10.2") // Command framework
api("org.spongepowered", "configurate-yaml", "4.1.2") // Data storage
api("org.postgresql", "postgresql", "42.6.0") // Database
api("com.zaxxer", "HikariCP", "5.0.1") // Database
Expand Down

0 comments on commit 6ff3515

Please sign in to comment.