<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-dynamic_3</artifactId>
<version>0.14.0</version>
</dependency>
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-dynamic_3', version='0.14.0')
)
compile
|-- com.disneystreaming.smithy4s:smithy4s-core_3:0.14.0
|-- org.scala-lang:scala3-library_3:3.1.1
|-- org.scala-lang.modules:scala-collection-compat_3:2.7.0
|-- org.typelevel:cats-core_3:2.8.0
|-- software.amazon.smithy:smithy-model:1.21.0
test
|-- com.disneystreaming.smithy4s:smithy4s-testUtils_3:0.14.0