We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f925b8 + 23849d3 commit 29bb7dcCopy full SHA for 29bb7dc
build.gradle.kts
@@ -90,7 +90,7 @@ dependencies {
90
testImplementation("io.ktor:ktor-server-test-host:$ktor_version")
91
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version")
92
testImplementation("io.ktor:ktor-client-mock-jvm:$ktor_version")
93
- testImplementation("io.mockk:mockk:1.13.16")
+ testImplementation("io.mockk:mockk:1.13.17")
94
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
95
}
96
0 commit comments