We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3518e0 commit cfbd0d8Copy full SHA for cfbd0d8
build.gradle.kts
@@ -18,7 +18,7 @@ repository(Repository.JITPACK)
18
dependencies {
19
implementation("xyz.srnyx", "java-utilities", "94d5d9c055") // General Java utility library
20
implementation("io.github.freya022", "BotCommands", "2.10.4") // Command framework
21
- implementation("org.spongepowered", "configurate-yaml", "4.1.2") // Config manager
+ implementation("org.spongepowered", "configurate-yaml", "4.2.0") // Config manager
22
implementation("org.postgresql", "postgresql", "42.7.5") // Database
23
implementation("com.zaxxer", "HikariCP", "6.2.1") // Database
24
implementation("ch.qos.logback", "logback-classic", "1.5.16") // Logging
0 commit comments