Skip to content

Commit ce34f45

Browse files
Update dependency io.mockk:mockk to v1.14.0
1 parent e43001d commit ce34f45

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.14.0")
5656
}
5757

5858
kotlin {

0 commit comments

Comments
 (0)