I created a scala project using SBT and wrote some unit test cases using scalatest. But somehow, sbt test cannot find the org.scalatest package.
This is my project definition file:
>The
I created a scala project using SBT and wrote some unit test cases using scalatest. But somehow, sbt test cannot find the org.scalatest package.
This is my project definition file:
>The