<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-runner-scalatest</artifactId>
<version>0.15.0</version>
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-runner-scalatest', version='0.15.0')
)
<parent> <groupId>com.undefinedlabs.scope</groupId> <artifactId>scope-runner</artifactId> <version>0.15.0</version> </parent>
compile
|-- com.undefinedlabs.scope:scope-runner-core
provided
|-- org.scala-lang:scala-library
|-- org.scalatest:scalatest_${scala.version}
test