Add this dependency:
“org.joda” % “joda-convert” % “1.8.1”
It’s an optional dependency of joda-time.
I had to add it in my own project for the scala compiler to accept working with the joda-time jar.
Your issue seems to be the same.
Version is as at time of editing, latest versions can be found here