How can I fix the missing implicit value for parameter ta: TildeArrow in a test spec

后端 未结 7 922
臣服心动
臣服心动 2021-01-01 15:14

I\'m working on a simple test spec using spray and I can\'t get it to compile correctly, don\'t know if I\'m doing anything wrong. My version of scala is 2.9.3 and spray 1.0

相关标签:
7条回答
  • 2021-01-01 16:00

    your build.sbt should have dependencies for akka-stream test along with akka test.

    then it should get the whatever dependencies.

    refer to this doc:-

    scala route test doc

    0 讨论(0)
提交回复
热议问题