0

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.

user1253952
  • 1,577
  • 8
  • 22
  • 34

1 Answers1

2

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

mcls
  • 9,071
  • 2
  • 29
  • 28