<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client-testkit_3</artifactId>
<version>1.0.0-M42</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client-testkit_3', version='1.0.0-M42')
)
compile
|-- org.http4s:http4s-client_3:1.0.0-M42
|-- org.http4s:http4s-dsl_3:1.0.0-M42
|-- org.http4s:http4s-server_3:1.0.0-M42
|-- org.scala-lang:scala3-library_3:3.3.3
|-- org.scalameta:munit_3:1.0.0
|-- org.typelevel:munit-cats-effect_3:2.0.0
|-- io.netty:netty-buffer:4.1.113.Final
|-- io.netty:netty-codec-http:4.1.113.Final
|-- org.typelevel:log4cats-slf4j_3:2.7.0
provided
|-- org.typelevel:scalac-compat-annotation_3:0.1.4
test
|-- org.http4s:http4s-tests_3:1.0.0-M42
|-- org.typelevel:cats-laws_3:2.11.0