<dependency>
<groupId>com.disneystreaming.smithy4s</groupId>
<artifactId>smithy4s-protobuf_2.12</artifactId>
<version>0.18.24</version>
</dependency>
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protobuf_2.12" % "0.18.24"
@Grapes(
@Grab(group='com.disneystreaming.smithy4s', module='smithy4s-protobuf_2.12', version='0.18.24')
)
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-protobuf_2.12" rev="0.18.24" />
compile
|-- org.scala-lang:scala-library:2.12.19
|-- com.disneystreaming.smithy4s:smithy4s-core_2.12:0.18.24
|-- com.google.protobuf:protobuf-java:3.24.4
test
|-- com.disneystreaming.smithy4s:smithy4s-bootstrapped_2.12:0.18.24
|-- com.disneystreaming.smithy4s:smithy4s-scalacheck_2.12:0.18.24
|-- org.scalameta:munit_2.12:0.7.29