Can you add libraryDependencies += "org.scalanlp" % "breeze_2.10" % "0.11.2" also ?
Devan M.S. | Technical Lead | Cyber Security | AMRITA VISHWA VIDYAPEETHAM | Amritapuri | Cell +919946535290 | [image: View DEVAN M S's profile on LinkedIn] <https://in.linkedin.com/pub/devan-m-s/17/373/574> On Wed, Oct 28, 2015 at 3:04 PM, Frederick Ayala <frederickay...@gmail.com> wrote: > Hi, > > I am getting an error when adding flink-ml to the libraryDependencies on > my build.sbt file: > > [error] (*:update) sbt.ResolveException: unresolved dependency: > org.scalanlp#breeze_${scala.binary.version};0.11.2: not found > > My libraryDependencies is: > > libraryDependencies ++= Seq("org.apache.flink" % "flink-scala" % "0.9.1", > "org.apache.flink" % "flink-streaming-scala" % "0.9.1", "org.apache.flink" > % "flink-clients" % "0.9.1", > "org.apache.flink" % "flink-ml" % "0.9.1") > > I am using scalaVersion := "2.10.6" > > If I remove flink-ml all the other dependencies are resolved. > > Could you help me to figure out a solution for this? > > Thanks! > > Frederick Ayala >