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 bb53b9d commit 9ef6045Copy full SHA for 9ef6045
build.gradle.kts
@@ -20,8 +20,8 @@ dependencies {
20
compile(group = "org.http4k", name = "http4k-server-apache", version = http4kVersion)
21
compile(group = "org.http4k", name = "http4k-format-jackson", version = http4kVersion)
22
23
- testImplementation(kotlin("test"))
24
- testImplementation(kotlin("test-junit"))
+ testCompile(kotlin("test"))
+ testCompile(kotlin("test-junit"))
25
testImplementation("io.mockk:mockk:1.9.3")
26
testCompile(group = "org.http4k", name = "http4k-testing-hamkrest", version = http4kVersion)
27
}
0 commit comments