Skip to content

Commit 06ec004

Browse files
committed
Add vertx to allProjectRefs
1 parent e2f4fdf commit 06ec004

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 ++ armeria.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 ++ vertx.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)