<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-circe_2.13</artifactId>
<version>0.21.2</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.13.1
|-- org.http4s:http4s-core_2.13:0.21.2
|-- org.http4s:http4s-jawn_2.13:0.21.2
|-- io.circe:circe-jawn_2.13:0.13.0
test
|-- org.http4s:http4s-testing_2.13:0.21.2
|-- com.codecommit:cats-effect-testing-specs2_2.13:0.4.0
|-- org.typelevel:cats-laws_2.13:2.1.0
|-- org.typelevel:cats-kernel-laws_2.13:2.1.0
|-- org.typelevel:discipline-specs2_2.13:1.0.0
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.scalacheck:scalacheck_2.13:1.14.3
|-- org.specs2:specs2-cats_2.13:4.8.3
|-- org.specs2:specs2-core_2.13:4.8.3
|-- org.specs2:specs2-matcher-extra_2.13:4.8.3