From 5d25b6c52d3e02c517c244450a080d13081ba874 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 21 Aug 2023 21:31:32 +0100 Subject: [PATCH] Update build.sbt --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) 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 ++