<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_3</artifactId>
<version>2.3.0-M2</version>
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_3', version='2.3.0-M2')
)
compile
|-- org.scala-lang:scala3-library_3:3.1.3
|-- com.thesamet.scalapb:scalapb-runtime_3:0.11.11
|-- com.google.protobuf:protobuf-java:3.21.9
|-- io.grpc:grpc-protobuf:1.48.1
|-- io.grpc:grpc-netty-shaded:1.48.1
|-- com.typesafe.akka:akka-stream_3:2.7.0
|-- com.typesafe.akka:akka-http-core_3:10.5.0-M1
|-- com.typesafe.akka:akka-http_3:10.5.0-M1
|-- com.typesafe.akka:akka-discovery_3:2.7.0
provided
|-- ch.megard:akka-http-cors_3:1.1.3
test
|-- com.typesafe.akka:akka-testkit_3:2.7.0
|-- com.typesafe.akka:akka-stream-testkit_3:2.7.0