I want to build and package my SBT project as a .war file. I found the plugin xsbt-web-plugin, but it requires Jetty dependencies that I don’t need because I use Apache Tomcat for production and de
Tag: SBT
SBT: Add the dependence on the ScaLatest library. Where is?
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