<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client-testkit_2.12</artifactId>
<version>0.23.25</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client-testkit_2.12', version='0.23.25')
)
compile
|-- org.scala-lang:scala-library:2.12.18
|-- org.http4s:http4s-client_2.12:0.23.25
|-- org.http4s:http4s-dsl_2.12:0.23.25
|-- org.http4s:http4s-server_2.12:0.23.25
|-- org.scalameta:munit_2.12:1.0.0-M10
|-- org.typelevel:munit-cats-effect_2.12:2.0.0-M4
|-- io.netty:netty-buffer:4.1.104.Final
|-- io.netty:netty-codec-http:4.1.104.Final
provided
|-- org.typelevel:scalac-compat-annotation_2.12:0.1.3
test
|-- org.http4s:http4s-tests_2.12:0.23.25
|-- org.typelevel:cats-laws_2.12:2.10.0