diff --git a/build.sbt b/build.sbt index f570c87499..f6886da816 100644 --- a/build.sbt +++ b/build.sbt @@ -187,6 +187,7 @@ lazy val rawAllAggregates = core.projectRefs ++ protobuf.projectRefs ++ pbDirectProtobuf.projectRefs ++ grpcExamples.projectRefs ++ + pekkoGrpcExamples.projectRefs ++ apispecDocs.projectRefs ++ openapiDocs.projectRefs ++ asyncapiDocs.projectRefs ++ @@ -199,6 +200,7 @@ lazy val rawAllAggregates = core.projectRefs ++ akkaHttpServer.projectRefs ++ akkaGrpcServer.projectRefs ++ pekkoHttpServer.projectRefs ++ + pekkoGrpcServer.projectRefs ++ armeriaServer.projectRefs ++ armeriaServerCats.projectRefs ++ armeriaServerZio.projectRefs ++