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.
vertx
allProjectRefs
1 parent e2f4fdf commit 06ec004Copy full SHA for 06ec004
build.sbt
@@ -74,7 +74,7 @@ val commonNativeSettings = commonSettings ++ Seq(
74
)
75
76
lazy val allProjectRefs =
77
- core.projectRefs ++ ws.projectRefs ++ akka.projectRefs ++ armeria.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 ++ vertx.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