Browse Source

Fix ktor testLatestDeps (#5014)

Trask Stalnaker 3 years ago
parent
commit
55eb157645
1 changed files with 4 additions and 0 deletions
  1. 4 0
      instrumentation/ktor-1.0/library/build.gradle.kts

+ 4 - 0
instrumentation/ktor-1.0/library/build.gradle.kts

@@ -18,6 +18,10 @@ dependencies {
   // Note, we do not have a :testing library yet because there doesn't seem to be a way to have the Kotlin classes
   // available for use from Spock. We will first need to migrate HttpServerTest to be usable outside of Spock.
   testLibrary("io.ktor:ktor-server-netty:1.0.0")
+
+  latestDepTestLibrary("io.ktor:ktor-server-core:1.+")
+
+  latestDepTestLibrary("io.ktor:ktor-server-netty:1.+")
 }
 
 tasks {