Skip to content

Commit ae644c6

Browse files
Merge pull request #64 from OneLiteFeatherNET/renovate/io.mockk-mockk-1.x
Update dependency io.mockk:mockk to v1.14.2
2 parents 0831027 + b09614a commit ae644c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.2")
5656
}
5757

5858
kotlin {

0 commit comments

Comments
 (0)