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 2277772 commit 4458534Copy full SHA for 4458534
build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
implementation group: 'pw.chew', name: 'jda-chewtils-command', version: '2.1'
48
implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.1.2'
49
50
- implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.0'
+ implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.1'
51
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.1'
52
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.8.0'
53
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.2'
0 commit comments