-
Notifications
You must be signed in to change notification settings - Fork 29
Simple play-json example #65
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
Comments
With the current project structure it is very inconvenient to upgrade to play 2.5. I'm in the middle of refactoring the whole project and which would make our life easier. :-) |
@zmeda could I follow up how is the progress of upgrading to play 2.5? Any time about the release? Thanks. |
@ysihaoy a lot of work has already been done. https://github.com/zalando/scala-jsonapi/tree/issue/64 but help is much appreciated |
@zmeda did you have time to check it out? as I am getting the same error when using play framework 2.7.3 and this library version 0.6.2 and "io.spray" %% "spray-httpx" % "1.3.3" |
I am trying to make a simple example using
play-json
, but am running into a run-time error.build.sbt
main.scala
Error:
It will work if I use spray instead of play.
The text was updated successfully, but these errors were encountered: