我正在使用Akka testkit库来测试我的一些演员。以下是我的build.sbt中的内容: "com.typesafe.akka" %% "akka-testkit" % "2.6.10" % Test, 下面是我得到的错误: java.lang.IllegalStateExceptionYou can solve this by adding an explicit dependency on version 2.6.10 of the [akka-acto
我正在组织一个小的SBT项目,并学习如何使用akka演员。我能够得到一个简单的示例,只使用akka,但是一旦我使用外部库,就会停止工作。Please note that a given Akka version MUST be the same across all modules of Akka that you are using,= "0.4.0" "com.typesafe.akka"