A minimal repro of some issues with creating Spray JSON model classes and importing them later.
At the commandline, run:
$ sbt test
You'll see the test fail.
Uncommenting this line makes it work, but I don't see why it should be necessary.
Two questions:
- Why is it necessary?
- How can we make it unnecessary?