[akka-user] Re: SBT dependencies for Akka Sample Twitter Streaming Activator Template

2016-07-17 Thread Dagny T
On Sunday, July 17, 2016 at 3:58:53 AM UTC-7, Dagny T wrote: > > > SBT dependencies look like they need to be updated for this Activator > Template: > http://www.lightbend.com/activator/template/akka-sample-twitter-streaming > > 1) akka-http-experimental needs to be updated to later version

[akka-user] Re: SBT dependencies for Akka Sample Twitter Streaming Activator Template

2016-07-17 Thread Dagny T
Thanks very much for your helpful response; I'll post there! On your questions: 1) I was running into this Akka Http bug with the original build.sbt; so I found the latest available version (a milestone with highest number of usages): https://github.com/akka/akka/issues/20236 2) Then I ran

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

Re: [akka-user] Akka Streams Graph Editor tool

2016-07-17 Thread Konrad Malawski
You may enjoy these Omnigraffle stencils: https://www.graffletopia.com/stencils/1493 by Derek Wyatt -- Konrad `ktoso` Malawski Akka @ Lightbend On 16 July 2016 at 17:44:18, Sergey Sopin (sopin1...@gmail.com) wrote: Hi, Is there any tool which allows to

Re: [akka-user] SBT dependencies for Akka Sample Twitter Streaming Activator Template

2016-07-17 Thread Konrad Malawski
I'd propose you open a ticket in that persons / projects github repo: https://github.com/vrcod/akka-sample-twitter-streaming#master It's more likely to result in some response the nearer to the project this is communicated. You also can submit a PR updating the deps, I'm sure the guy would be

[akka-user] SBT dependencies for Akka Sample Twitter Streaming Activator Template

2016-07-17 Thread Dagny T
SBT dependencies look like they need to be updated for this Activator Template: http://www.lightbend.com/activator/template/akka-sample-twitter-streaming 1) akka-http-experimental needs to be updated to later version containing this bugfix: https://github.com/akka/akka/issues/20236 2) The