Skip to content

Commit 5eba74e

Browse files
fix(deps): update dependency io.mockk:mockk to v1.14.5
1 parent ac3a3ff commit 5eba74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation("io.ktor:ktor-server-test-host:1.6.8")
3737

3838
// Add MockK for Kotlin-native mocking
39-
testImplementation("io.mockk:mockk:1.13.5")
39+
testImplementation("io.mockk:mockk:1.14.5")
4040
}
4141

4242
application {

0 commit comments

Comments
 (0)