<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>3.2.8</version>
<type>bundle</type>
</dependency>
compile
|-- org.scala-lang:scala-library:2.10.7
|-- org.scalatest:scalatest-core_2.10:3.2.8
|-- org.scalatest:scalatest-featurespec_2.10:3.2.8
|-- org.scalatest:scalatest-flatspec_2.10:3.2.8
|-- org.scalatest:scalatest-freespec_2.10:3.2.8
|-- org.scalatest:scalatest-funsuite_2.10:3.2.8
|-- org.scalatest:scalatest-funspec_2.10:3.2.8
|-- org.scalatest:scalatest-propspec_2.10:3.2.8
|-- org.scalatest:scalatest-refspec_2.10:3.2.8
|-- org.scalatest:scalatest-wordspec_2.10:3.2.8
|-- org.scalatest:scalatest-diagrams_2.10:3.2.8
|-- org.scalatest:scalatest-matchers-core_2.10:3.2.8
|-- org.scalatest:scalatest-shouldmatchers_2.10:3.2.8
|-- org.scalatest:scalatest-mustmatchers_2.10:3.2.8
|-- org.scala-lang:scala-reflect:2.10.7
provided