We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43001d commit ce34f45Copy full SHA for ce34f45
build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
testImplementation(kotlin("test"))
53
testImplementation("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")
54
testImplementation("com.github.seeseemelk:MockBukkit-v1.19:3.1.0")
55
- testImplementation("io.mockk:mockk:1.13.11")
+ testImplementation("io.mockk:mockk:1.14.0")
56
}
57
58
kotlin {
0 commit comments