Bump mockbukkit to latest 1.21 version

This commit is contained in:
Ben Woo 2024-10-14 14:19:29 +08:00
parent 234d42f1f1
commit 38aa534cf5

View File

@ -134,7 +134,7 @@ dependencies {
// Tests
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.20:3.20.2'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.21:3.133.0'
testImplementation('com.googlecode.json-simple:json-simple:1.1.1') {
exclude group: 'junit', module: 'junit'
}