Skip to content

Commit

Permalink
Update BotCommands and Logback
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed May 27, 2023
1 parent bf7eb21 commit 7694f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLibrary")

dependencies {
api("io.github.freya022", "BotCommands", "2.10.0") // Command framework
api("io.github.freya022", "BotCommands", "2.10.1") // 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
api("ch.qos.logback", "logback-classic", "1.4.6") // Logging
api("ch.qos.logback", "logback-classic", "1.4.7") // Logging
}

// Javadoc JAR task
Expand Down

0 comments on commit 7694f72

Please sign in to comment.