Skip to content

Commit c07d71a

Browse files
Update dependency io.mockk:mockk to v1.13.14
1 parent 98f6d15 commit c07d71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation(kotlin("test"))
5353
testImplementation("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")
5454
testImplementation("com.github.seeseemelk:MockBukkit-v1.19:3.1.0")
55-
testImplementation("io.mockk:mockk:1.13.11")
55+
testImplementation("io.mockk:mockk:1.13.14")
5656
}
5757

5858
kotlin {

0 commit comments

Comments
 (0)