mirror of https://github.com/sbt/sbt.git
Fix typo.
This commit is contained in:
parent
79c7483982
commit
5e275da2a9
|
|
@ -331,6 +331,6 @@ object EvictionWarning {
|
|||
}
|
||||
}
|
||||
if (out.isEmpty) Nil
|
||||
else List("Here are other depedency conflicts that were resolved:", "") ::: out.toList
|
||||
else List("Here are other dependency conflicts that were resolved:", "") ::: out.toList
|
||||
} else Nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue