Wrong library name in comment (#5955)
This commit is contained in:
parent
dfa43d71a4
commit
c5885267c2
|
@ -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")
|
||||
}
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue