Skip to content

get on actual release of circe #75

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

Merged
merged 2 commits into from
Sep 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This library is very much a work in progress, so expect its API to change.

To use scala-jsonapi, first add a library dependency—assuming that you have [sonatype resolvers] set up.

libraryDependencies += "org.zalando" %% "scala-jsonapi" % "0.5.3"
libraryDependencies += "org.zalando" %% "scala-jsonapi" % "0.5.4"

You also have to provide the used backend (e.g. spray-json).

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolvers ++= Seq(
)

libraryDependencies ++= {
val circeVersion = "0.5.0-M2"
val circeVersion = "0.5.2"
val akkaVersion = "2.4.8"

Seq(
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.3"
version in ThisBuild := "0.5.4"