Ok, turns out that the latest version of Joda Time (2.0) has a dependency on joda-convert, and although it's stated in the docs:
- Add @FromString/@ToString annotations from joda-convert
This does NOT require the inclusion of joda-convert at runtime!
I conveniently forgot that I'm dealing with the Scala compiler when using Scalate. And the error message wasn't particularly clear.