Skip to content

Commit cfbd0d8

Browse files
committed
Update Configurate
4.1.2 -> 4.2.0
1 parent e3518e0 commit cfbd0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository(Repository.JITPACK)
1818
dependencies {
1919
implementation("xyz.srnyx", "java-utilities", "94d5d9c055") // General Java utility library
2020
implementation("io.github.freya022", "BotCommands", "2.10.4") // Command framework
21-
implementation("org.spongepowered", "configurate-yaml", "4.1.2") // Config manager
21+
implementation("org.spongepowered", "configurate-yaml", "4.2.0") // Config manager
2222
implementation("org.postgresql", "postgresql", "42.7.5") // Database
2323
implementation("com.zaxxer", "HikariCP", "6.2.1") // Database
2424
implementation("ch.qos.logback", "logback-classic", "1.5.16") // Logging

0 commit comments

Comments
 (0)