<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-4-12_2.12</artifactId>
<version>3.1.2.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.scalatestplus', module='junit-4-12_2.12', version='3.1.2.0')
)
compile
|-- org.scala-lang:scala-library:2.12.11
|-- org.scalatest:scalatest_2.12:3.1.2
|-- junit:junit:4.12