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