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