Whoops wrong mockbukkit version

This commit is contained in:
Ben Woo 2023-09-06 23:22:38 +08:00
parent dbf0aeeb4c
commit b78ea7c7ba
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -123,7 +123,7 @@ dependencies {
// Tests
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.20:3.20.0'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.20:3.19.2'
testImplementation('com.googlecode.json-simple:json-simple:1.1.1') {
exclude group: 'junit', module: 'junit'
}