<dependency>
<groupId>com.kubukoz.playground</groupId>
<artifactId>parser_2.13</artifactId>
<version>0.7.3</version>
</dependency>
@Grapes(
@Grab(group='com.kubukoz.playground', module='parser_2.13', version='0.7.3')
)
compile
|-- org.scala-lang:scala-library:2.13.13
|-- com.kubukoz.playground:ast_2.13:0.7.3
|-- com.kubukoz.playground:source_2.13:0.7.3
|-- org.typelevel:cats-core_2.13:2.12.0
|-- org.typelevel:cats-mtl_2.13:1.4.0
|-- org.typelevel:cats-parse_2.13:1.0.0
test
|-- com.disneystreaming:weaver-cats_2.13:0.8.4
|-- com.disneystreaming:weaver-discipline_2.13:0.8.4
|-- com.disneystreaming:weaver-scalacheck_2.13:0.8.4
|-- com.softwaremill.diffx:diffx-core_2.13:0.9.0
|-- com.softwaremill.diffx:diffx-cats_2.13:0.9.0
|-- io.circe:circe-generic_2.13:0.14.9