<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client-testkit_2.12</artifactId>
<version>0.23.15</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client-testkit_2.12', version='0.23.15')
)
compile
|-- org.scala-lang:scala-library:2.12.16
|-- org.http4s:http4s-client_2.12:0.23.15
|-- org.http4s:http4s-dsl_2.12:0.23.15
|-- org.scalameta:munit_2.12:0.7.29
|-- org.typelevel:munit-cats-effect-3_2.12:1.0.7
|-- io.netty:netty-buffer:4.1.79.Final
|-- io.netty:netty-codec-http:4.1.79.Final
test
|-- org.typelevel:cats-laws_2.12:2.8.0