Skip to content

Commit f22b9d1

Browse files
committed
Bump mockbukkit to fix skipped tests and use 1.21.10 api
1 parent 0d2d44d commit f22b9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ repositories {
2929
}
3030

3131
configure(apiDependencies) {
32-
serverApiVersion = '1.21.8-R0.1-SNAPSHOT'
32+
serverApiVersion = '1.21.10-R0.1-SNAPSHOT'
3333
mockBukkitServerApiVersion = '1.21'
34-
mockBukkitVersion = '4.84.0'
34+
mockBukkitVersion = '4.98.0'
3535
}
3636

3737
dependencies {

0 commit comments

Comments
 (0)