Skip to content

Commit e16a84a

Browse files
committed
Add armeria to aggregates
1 parent 9b8e96b commit e16a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ val commonNativeSettings = commonSettings ++ Seq(
7474
)
7575

7676
lazy val allProjectRefs =
77-
core.projectRefs ++ ws.projectRefs ++ akka.projectRefs ++ fs2ce2.projectRefs ++ fs2.projectRefs ++ monix.projectRefs ++ zio1.projectRefs ++ zio.projectRefs
77+
core.projectRefs ++ ws.projectRefs ++ akka.projectRefs ++ armeria.projectRefs ++ fs2ce2.projectRefs ++ fs2.projectRefs ++ monix.projectRefs ++ zio1.projectRefs ++ zio.projectRefs
7878

7979
lazy val projectAggregates: Seq[ProjectReference] = if (sys.env.isDefinedAt("STTP_NATIVE")) {
8080
println("[info] STTP_NATIVE defined, including sttp-native in the aggregate projects")

0 commit comments

Comments
 (0)