Closed gowravshekar closed 6 years ago
Ok, didn't see these new files.
open project/Build.scala in your project and look for assemblyMergeStrategy in assembly.
At the top of the list add the following strategy:
case PathList("vertx-service-discovery-js", xs @ _*) => MergeStrategy.first
Getting the below error on using sbt assembly.