We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8e96b commit e16a84aCopy full SHA for e16a84a
build.sbt
@@ -74,7 +74,7 @@ val commonNativeSettings = commonSettings ++ Seq(
74
)
75
76
lazy val allProjectRefs =
77
- core.projectRefs ++ ws.projectRefs ++ akka.projectRefs ++ fs2ce2.projectRefs ++ fs2.projectRefs ++ monix.projectRefs ++ zio1.projectRefs ++ zio.projectRefs
+ core.projectRefs ++ ws.projectRefs ++ akka.projectRefs ++ armeria.projectRefs ++ fs2ce2.projectRefs ++ fs2.projectRefs ++ monix.projectRefs ++ zio1.projectRefs ++ zio.projectRefs
78
79
lazy val projectAggregates: Seq[ProjectReference] = if (sys.env.isDefinedAt("STTP_NATIVE")) {
80
println("[info] STTP_NATIVE defined, including sttp-native in the aggregate projects")
0 commit comments