We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdb9e02 + a38e19e commit 2d28815Copy full SHA for 2d28815
1 file changed
build.gradle.kts
@@ -71,7 +71,7 @@ dependencies {
71
testImplementation(kotlin("test"))
72
testImplementation("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")
73
testImplementation("com.github.seeseemelk:MockBukkit-v1.19:3.1.0")
74
- testImplementation("io.mockk:mockk:1.13.7")
+ testImplementation("io.mockk:mockk:1.13.8")
75
}
76
77
kotlin {
0 commit comments