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 191c480 commit c3f4b21Copy full SHA for c3f4b21
buildSrc/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
dependencies {
10
implementation("net.kyori:indra-git:3.2.0")
11
implementation("com.google.guava:guava:33.4.8-jre")
12
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10")
13
}
14
15
sourceSets {
buildSrc/src/main/kotlin/Versions.kt
@@ -21,7 +21,7 @@ object Versions {
21
const val JDA = "5.6.1"
22
23
// Minestom
24
- const val MINESTOM = "2025.08.11-1.21.8"
+ const val MINESTOM = "2025.08.29-1.21.8"
25
26
// Sponge
27
const val SPONGE_API = "13.0.0"
0 commit comments