Skip to content

Commit 55eb157

Browse files
authored
Fix ktor testLatestDeps (#5014)
1 parent 1d453de commit 55eb157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instrumentation/ktor-1.0/library/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ dependencies {
1818
// Note, we do not have a :testing library yet because there doesn't seem to be a way to have the Kotlin classes
1919
// available for use from Spock. We will first need to migrate HttpServerTest to be usable outside of Spock.
2020
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.+")
2125
}
2226

2327
tasks {

0 commit comments

Comments
 (0)