From 5ca1f57c788a2142c72447d7b48b735031c220e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Mon, 20 Nov 2017 08:33:16 +0100 Subject: [PATCH] Add mongodbd connector to the aggregate build #593 --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index c0430f57e1..2796566f97 100644 --- a/build.sbt +++ b/build.sbt @@ -17,6 +17,7 @@ lazy val alpakka = project ironmq, jms, kinesis, + mongodb, mqtt, s3, springWeb,