<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>circe_3</artifactId>
<version>3.10.1</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='circe_3', version='3.10.1')
)
compile
|-- com.softwaremill.sttp.client3:core_3:3.10.1
|-- com.softwaremill.sttp.client3:json-common_3:3.10.1
|-- org.scala-lang:scala3-library_3:3.3.3
|-- io.circe:circe-core_3:0.14.10
|-- io.circe:circe-parser_3:0.14.10
test
|-- io.circe:circe-generic_3:0.14.10
|-- org.scalatest:scalatest-freespec_3:3.2.19
|-- org.scalatest:scalatest-funsuite_3:3.2.19
|-- org.scalatest:scalatest-flatspec_3:3.2.19