In my sbt project, I have two packages in it folder.
I want package.one tests to run first and then package.two. This is needed because tests in package.two are dependent on a Map created and populated by tests from the first package. Is there any way to achieve this?