[akka-user] cannot find com.typesafe.akka:akka-http-testkit-scala-experimental_2.11:1.0

2015-07-23 Thread Leon
My sbt can find all dependencies listed on http://akka.io/docs/ except com.typesafe.akka#akka-http-testkit-scala-experimental_2.11;1.0. I am using resolvers: Resolver.sonatypeRepo("releases"), Resolver.sonatypeRepo("snapshots") Any idea? Thanks. -- >> Read the docs: http://akka.i

Re: [akka-user] cannot find com.typesafe.akka:akka-http-testkit-scala-experimental_2.11:1.0

2015-07-23 Thread Konrad Malawski
Hi Leon, drop the `scala`, the artifact name is: akka-http-testkit-experimental See here: http://search.maven.org/#artifactdetails%7Ccom.typesafe.akka%7Cakka-http-testkit-experimental_2.11%7C1.0%7Cjar I don't see the wrong artifact name being mentioned on http://akka.io/docs/ where did you find me

Re: [akka-user] cannot find com.typesafe.akka:akka-http-testkit-scala-experimental_2.11:1.0

2015-07-23 Thread Leon
Thanks! Below works. Maybe the name is changed. val akka_http_testkit = "com.typesafe.akka" %% "akka-http-testkit-scala-experimental" % "1.0-RC2" On Thursday, July 23, 2015 at 1:34:26 AM UTC-7, Konrad Malawski wrote: > > Hi Leon, > drop the `scala`, the artifact name is: akka-http-testkit-exp

Re: [akka-user] cannot find com.typesafe.akka:akka-http-testkit-scala-experimental_2.11:1.0

2015-07-23 Thread kt...@typesafe.com
Yes, RC2 had the artifacts split up, sorry for the change during release candidate phase! Happy hakking! --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 23 July 2015 at 10:39:28, Leon (jiangok2...@gmail.com) wrote: Thanks! Below works. Maybe the name is changed.   val akka_http_testkit