Skip to content

Commit c3f4b21

Browse files
dependency: Update patch (#565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 191c480 commit c3f4b21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation("net.kyori:indra-git:3.2.0")
1111
implementation("com.google.guava:guava:33.4.8-jre")
12-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
12+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10")
1313
}
1414

1515
sourceSets {

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Versions {
2121
const val JDA = "5.6.1"
2222

2323
// Minestom
24-
const val MINESTOM = "2025.08.11-1.21.8"
24+
const val MINESTOM = "2025.08.29-1.21.8"
2525

2626
// Sponge
2727
const val SPONGE_API = "13.0.0"

0 commit comments

Comments
 (0)