I'm creating a Play framework application, and I need to load in some data. The framework (I've done some work with it when it was at 1.2.4, and now I've been trying out 2.0.3) used to support the creation of a data.yaml file, which could be loaded in on runtime.
Support for this appears to have been dropped. What is the best practice for going about this now?