Question

I get this error when trying to use the lift-json library with scala play: "The file could not be compiled. Error raised is : error while loading Diff, class file needed by Diff is missing. reference type Serializable of package scala refers to nonexisting symbol."

I added "- net.liftweb -> lift-json 2.9.0-1-2.4" in my dependencies.yml file. I'm not sure what's producing this error.

Was it helpful?

Solution

Do play dependencies --sync, and redo play netbeansify or play eclipsify.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top