diff --git a/README.md b/README.md index 41690d9..0b4279d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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.4" + libraryDependencies += "org.zalando" %% "scala-jsonapi" % "0.6.0" You also have to provide the used backend (e.g. spray-json).