Re: [akka-user] Akks in Scala console

2016-07-17 Thread Konrad Malawski
You're missing a bunch of dependencies, you also need akka-actor, akka-http-experimental, akka-http-core etc. Please use a proper build tool, like sbt in which you can add: in build.sbt: libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.8" this will

[akka-user] Akks in Scala console

2016-07-15 Thread Sarah Yin
Hi, I'm trying to run Akka in scala console Using scala -cp akka-http-spray-json-experimental_2.11-2.4.8.jar However when I'm trying to get the HTTP model import akka.http.scaladsl.Http I'm getting error msg saying :11: error: object Http is not a member of package