We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d453de commit 55eb157Copy full SHA for 55eb157
instrumentation/ktor-1.0/library/build.gradle.kts
@@ -18,6 +18,10 @@ dependencies {
18
// Note, we do not have a :testing library yet because there doesn't seem to be a way to have the Kotlin classes
19
// available for use from Spock. We will first need to migrate HttpServerTest to be usable outside of Spock.
20
testLibrary("io.ktor:ktor-server-netty:1.0.0")
21
+
22
+ latestDepTestLibrary("io.ktor:ktor-server-core:1.+")
23
24
+ latestDepTestLibrary("io.ktor:ktor-server-netty:1.+")
25
}
26
27
tasks {
0 commit comments