Hi, i am having problems using kafka as a dependency in sbt.
with this simple build.sbt: name := "kafka-dependency-test" scalaVersion := "2.9.2" libraryDependencies += "org.apache.kafka" % "kafka_2.9.2" % "0.8.0-beta1" when i do sbt update i get the following error: sbt.ResolveException: unresolved dependency: org.apache.kafka#kafka_2.9.2;0.8.0-beta1: null name not allowed i am using sbt 0.12.4 but also tried other versions with no luck looks like the ivy implementation ignores the org and name attributes for the zookeeper dependency in the custom inline xml included in kafkas Build.scala anybody else having these problems and/or some solution/workaround? regards lorenz