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