Fix akka testLatestDeps (#6900)

Resolves #6901
This commit is contained in:
Trask Stalnaker 2022-10-17 17:45:05 -07:00 committed by GitHub
parent cafab8e657
commit 895880b121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -40,10 +40,7 @@ dependencies {
testInstrumentation(project(":instrumentation:akka:akka-actor-fork-join-2.5:javaagent"))
latestDepTestLibrary("com.typesafe.akka:akka-http_2.13:+")
// FIXME: latest akka 2.7.0-M2 isn't compatible with latest akka-http
// 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")
latestDepTestLibrary("com.typesafe.akka:akka-stream_2.13:+")
}
tasks.withType<Test>().configureEach {