<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client-testkit_3</artifactId>
<version>0.23.24</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client-testkit_3', version='0.23.24')
)
compile
|-- org.http4s:http4s-client_3:0.23.24
|-- org.http4s:http4s-dsl_3:0.23.24
|-- org.http4s:http4s-server_3:0.23.24
|-- org.scala-lang:scala3-library_3:3.3.1
|-- org.scalameta:munit_3:1.0.0-M10
|-- org.typelevel:munit-cats-effect_3:2.0.0-M4
|-- io.netty:netty-buffer:4.1.101.Final
|-- io.netty:netty-codec-http:4.1.101.Final
provided
|-- org.typelevel:scalac-compat-annotation_3:0.1.3
test
|-- org.http4s:http4s-tests_3:0.23.24
|-- org.typelevel:cats-laws_3:2.10.0