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