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

Add Play 2.5 support #52

Closed
dariush-y opened this issue Mar 13, 2016 · 2 comments
Closed

Add Play 2.5 support #52

dariush-y opened this issue Mar 13, 2016 · 2 comments

Comments

@dariush-y
Copy link

It seems AnormCypher doesn't work with Play 2.5,

I got this error while compiling Play:
Error:(12, 35) could not find implicit value for parameter materializer: akka.stream.Materializer val wsclient = ning.NingWSClient() ^

@Kai-Chen
Copy link
Member

Just to get some more info:

Your project depends on AnormCypher and Play among others. When you compile it with AnormCypher 0.8.1 and Play 2.5, you get a compiler error.

Is that correct?

If you are using Play, you really should inject an instance of WSClient into your app and also into Neo4jREST by providing an implicit instance of it, instead of creating one on your own, unless you have a good reason to. HTH.

@Kai-Chen
Copy link
Member

Closing this as there is no user response. Probably same cause as issue #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants