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