Downgrade MockBukkit to 2.141.0.

This commit is contained in:
Jeremy Wood 2023-03-03 08:27:12 -05:00
parent e0e2a0f0c2
commit a255f55b6f
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 1 deletions

View File

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