diff --git a/core/src/main/scala/sbt/librarymanagement/EvictionWarning.scala b/core/src/main/scala/sbt/librarymanagement/EvictionWarning.scala index 6245b5f6c..90de0250f 100644 --- a/core/src/main/scala/sbt/librarymanagement/EvictionWarning.scala +++ b/core/src/main/scala/sbt/librarymanagement/EvictionWarning.scala @@ -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 }