Skip to content

Commit

Permalink
Update BotCommands
Browse files Browse the repository at this point in the history
2.10.2 -> 2.10.3
  • Loading branch information
srnyx committed Dec 28, 2023
1 parent d5db37f commit b9c0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly("net.dv8tion", "JDA", "5.0.0-alpha.21") // JDA
implementation("xyz.srnyx", "java-utilities", "1.0.0") // General Java utility library
implementation("xyz.srnyx", "magic-mongo", "1.0.0") // MongoDB framework
implementation("io.github.freya022", "BotCommands", "2.10.2") // Command framework
implementation("io.github.freya022", "BotCommands", "2.10.3") // Command framework
implementation("org.spongepowered", "configurate-yaml", "4.1.2") // Config manager
implementation("org.postgresql", "postgresql", "42.6.0") // Database
implementation("com.zaxxer", "HikariCP", "5.0.1") // Database
Expand Down

0 comments on commit b9c0205

Please sign in to comment.