Wrong library name in comment (#5955)

This commit is contained in:
Lauri Tulmin 2022-04-29 15:49:34 +03:00 committed by GitHub
parent dfa43d71a4
commit c5885267c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ tasks {
if (findProperty("testLatestDeps") as Boolean) {
configurations {
// akka artifact name is different for regular and latest tests
// finatra artifact name is different for regular and latest tests
testImplementation {
exclude("com.twitter", "finatra-http_2.11")
}

View File

@ -60,7 +60,7 @@ tasks {
if (findProperty("testLatestDeps") as Boolean) {
configurations {
// rediscala_ artifact name is different for regular and latest tests
// rediscala artifact name is different for regular and latest tests
testImplementation {
exclude("com.github.etaty", "rediscala_2.11")
}