parent
cafab8e657
commit
895880b121
|
@ -40,10 +40,7 @@ dependencies {
|
||||||
testInstrumentation(project(":instrumentation:akka:akka-actor-fork-join-2.5:javaagent"))
|
testInstrumentation(project(":instrumentation:akka:akka-actor-fork-join-2.5:javaagent"))
|
||||||
|
|
||||||
latestDepTestLibrary("com.typesafe.akka:akka-http_2.13:+")
|
latestDepTestLibrary("com.typesafe.akka:akka-http_2.13:+")
|
||||||
// FIXME: latest akka 2.7.0-M2 isn't compatible with latest akka-http
|
latestDepTestLibrary("com.typesafe.akka:akka-stream_2.13:+")
|
||||||
// change back to latestDepTestLibrary("com.typesafe.akka:akka-stream_2.13:+") when there is a
|
|
||||||
// new release of akka-http
|
|
||||||
latestDepTestLibrary("com.typesafe.akka:akka-stream_2.13:2.7.0-M1")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Test>().configureEach {
|
tasks.withType<Test>().configureEach {
|
||||||
|
|
Loading…
Reference in New Issue