Skip to content

Commit

Permalink
Update Magic Mongo
Browse files Browse the repository at this point in the history
1.1.0 -> 1.2.0
  • Loading branch information
srnyx committed Apr 3, 2024
1 parent 4aa468c commit 0aa37ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
dependencies {
compileOnly("net.dv8tion", "JDA", "5.0.0-beta.21") // JDA
implementation("xyz.srnyx", "java-utilities", "1.0.0") // General Java utility library
implementation("xyz.srnyx", "magic-mongo", "1.1.0") // MongoDB framework
implementation("xyz.srnyx", "magic-mongo", "1.2.0") // MongoDB 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.7.3") // Database
Expand Down

0 comments on commit 0aa37ec

Please sign in to comment.