-
Notifications
You must be signed in to change notification settings - Fork 29
Issue #64 merge master #85
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
Issue #64 merge master #85
Conversation
…the respective latest ones. Update play-json version to latest minor 2.3.x version.
…cribed in the docs to coveralls.
Update versions of used libraries/plugins Fixes #67
implicit conversions for attributes and values
get on actual release of circe Closes #74
add maven central version badge to readme
circe 0.6.0
update readme for 0.6.0
Adding Object Links.
@@ -2,12 +2,12 @@ import sbt._ | |||
|
|||
object Dependencies { | |||
// Versions | |||
lazy val circeVersion = "0.5.0-M1" | |||
lazy val akkaVersion = "2.4.7" | |||
lazy val circeVersion = "0.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates moved from build.sbt of master branch, see https://github.com/zalando/scala-jsonapi/compare/8b0179a85d7b068d5ae17133b44b28a33c640660...master#diff-fdc3abdfd754eeb24090dbd90aeec2ceR15
Everything else was automatically merged, but the only conflict was in build.sbt. I had to specially update the dependencies in |
Merge the development in the master branch to the submodule structure of issue #64