<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.11</artifactId>
<version>0.8.4</version>
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='scalapb-runtime_2.11', version='0.8.4')
)
compile
|-- org.scala-lang:scala-library:2.11.12
|-- com.thesamet.scalapb:lenses_2.11:0.8.4
|-- com.lihaoyi:fastparse_2.11:1.0.0
|-- com.google.protobuf:protobuf-java:3.6.1
test
|-- com.lihaoyi:utest_2.11:0.6.6
|-- commons-codec:commons-codec:1.11
|-- com.google.protobuf:protobuf-java-util:3.6.1