<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>circe_2.13</artifactId>
<version>3.3.7</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='circe_2.13', version='3.3.7')
)
compile
|-- org.scala-lang:scala-library:2.13.6
|-- com.softwaremill.sttp.client3:core_2.13:3.3.7
|-- com.softwaremill.sttp.client3:json-common_2.13:3.3.7
|-- io.circe:circe-core_2.13:0.14.1
|-- io.circe:circe-parser_2.13:0.14.1
test
|-- io.circe:circe-generic_2.13:0.14.1
|-- org.scalatest:scalatest-freespec_2.13:3.2.9
|-- org.scalatest:scalatest-funsuite_2.13:3.2.9
|-- org.scalatest:scalatest-flatspec_2.13:3.2.9