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.
1 parent cc1f726 commit 70f2317Copy full SHA for 70f2317
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.13")
+ testImplementation("io.mockk:mockk:1.13.14")
94
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
95
}
96
0 commit comments