<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-matchers_2.11</artifactId>
<version>3.0.0-SNAP12</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest-matchers_2.11', version='3.0.0-SNAP12')
)