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 56025b9 + c08c6a9 commit e181a18Copy full SHA for e181a18
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.14.4")
+ testImplementation("io.mockk:mockk:1.14.5")
94
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
95
}
96
0 commit comments