<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-http4s_3</artifactId>
<version>0.13.3</version>
</dependency>
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-http4s_3', version='0.13.3')
)
compile
|-- com.disneystreaming.smithy4s:smithy4s-core_3:0.13.3
|-- com.disneystreaming.smithy4s:smithy4s-json_3:0.13.3
|-- org.scala-lang:scala3-library_3:3.1.1
|-- org.typelevel:cats-effect_3:3.3.12
|-- org.http4s:http4s-core_3:0.23.12
|-- org.http4s:http4s-dsl_3:0.23.12
|-- org.http4s:http4s-client_3:0.23.12
test
|-- com.disneystreaming.smithy4s:smithy4s-tests_3:0.13.3