I'm trying to find the build.sbt dependencies for testing Akka-Scala APIs.

Would anyone be able to tell me the details for a reliable way in general 
to track down corresponding Maven Artifacts for undefined symbols with 
Scala and Akka?

Thus far, I've just been copying build.sbts from pre-built examples; but 
now the examples I'm looking at are incomplete with respect to providing 
those build.sbt dependencies.

Specifically, I'm looking at a WebSockets Server with Scala Test and Akka 
Testkit where the following Symbols are not found:
- WS
- RoutingSpec
- handleWebSocketMessages
- shouldEqual

I've already tried the following in my build.sbt file:

"com.typesafe.akka" %% "akka-stream" % "2.4.9",
"com.typesafe.akka" %% "akka-http-core" % "2.4.9",
"com.typesafe.akka" %% "akka-http-testkit" % "2.4.9",
"com.typesafe.akka" %% "akka-stream-testkit" % "2.4.9",
// TODO:  find out if below is still needed for routing DSL
"com.typesafe.akka" %% "akka-http-experimental" % "2.4.9",
"org.scalatest" %% "scalatest" % "3.0.0-SNAP13" % "test",

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to