<dependency>
<groupId>com.github.pureconfig</groupId>
<artifactId>pureconfig_2.12</artifactId>
<version>0.7.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.pureconfig', module='pureconfig_2.12', version='0.7.0')
)
compile
|-- org.scala-lang:scala-library:2.12.1
|-- com.chuusai:shapeless_2.12:2.3.2
test
|-- com.lihaoyi:ammonite_2.12.1:0.8.2
|-- org.tpolecat:tut-core_2.12:0.4.8
|-- org.scalatest:scalatest_2.12:3.0.0
|-- org.scalacheck:scalacheck_2.12:1.13.4
|-- com.github.alexarchambault:scalacheck-shapeless_1.13_2.12:1.1.3