Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lift-json java.lang.AbstractMethodError #30

Open
fmpwizard opened this issue Mar 16, 2012 · 0 comments
Open

lift-json java.lang.AbstractMethodError #30

fmpwizard opened this issue Mar 16, 2012 · 0 comments
Assignees
Labels

Comments

@fmpwizard
Copy link
Collaborator

All of the sudden you get java.lang.AbstractMethodError errors at runtime using lift-json. You also use dispatch

answer:

Dispatch uses lift-json internally, this results in having two different versions of lift-json in your classpath

If you are using sbt, enter this in your build.sbt

"net.databinder" %% "dispatch-lift-json" % dispatchVersion intransitive()

see also:

[enter new page for "Potentially incompatible versions of dependencies of {file:/.....i/}default-32219c:org.scala-lang: 2.9.1, 2.9.0-1"] warning when compiling your project

@ghost ghost assigned fmpwizard Mar 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant