We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbcc8b2 + d516a21 commit a0577d1Copy full SHA for a0577d1
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.14.5")
+ testImplementation("io.mockk:mockk:1.14.6")
56
}
57
58
kotlin {
0 commit comments