<dependency>
<groupId>io.kontainers</groupId>
<artifactId>scalatestplus-play_2.12</artifactId>
<version>4.1.0</version>
</dependency>
@Grapes(
@Grab(group='io.kontainers', module='scalatestplus-play_2.12', version='4.1.0')
)
compile
|-- org.scala-lang:scala-library:2.12.10
|-- org.scalatest:scalatest_2.12:3.1.0
|-- org.scalatestplus:scalatestplus-selenium_2.12:1.0.0-M2
|-- org.seleniumhq.selenium:selenium-java:3.141.59
|-- org.seleniumhq.selenium:htmlunit-driver:2.34.0
|-- net.sourceforge.htmlunit:htmlunit-cssparser:1.2.0
|-- com.codeborne:phantomjsdriver:1.4.4
|-- com.typesafe.play:play-test_2.12:2.7.3