If before Java 8 releases, definitely I will choose nscala-time for my scala play project.
However since Java 8 releases, recommending using Java 8 data and time instead of joda time for Java project.
So how about for Scala project? Should we stick using nscala-time or switch? If using Java 8 date and time, need to use mutable.
Also, which library has good support for play json library?