You did not post a stack trace, which is a compiler failure, and not a failed statement from joda.
REPL expression compilation failed.
, AbstractDateTime toString, @ToString toString(). ( toString .)
stringOf(x: Any) Object.toString(), .
, , . A .
2.10.4:
scala> (dt: Any).toString
res0: String = 2014-05-14T11:56:21.794-07:00
scala> dt.toString
<console>:9: error: ambiguous reference to overloaded definition,
both method toString in class AbstractDateTime of type (x$1: String, x$2: java.util.Locale)String
and method toString in class AbstractDateTime of type (x$1: String)String
match expected type ?
dt.toString
^
scala> dt.toString() // crashes
2.10.3 error while loading DateTime, class file is broken.
2.11.0.