Skip to content

Commit a0577d1

Browse files
authored
Merge pull request #87 from OneLiteFeatherNET/renovate/io.mockk-mockk-1.x
Update dependency io.mockk:mockk to v1.14.6
2 parents dbcc8b2 + d516a21 commit a0577d1

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.14.5")
55+
testImplementation("io.mockk:mockk:1.14.6")
5656
}
5757

5858
kotlin {

0 commit comments

Comments
 (0)