From 115fc50b155054ce59997234e6ee47f24d37cf5e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 15 Nov 2016 20:48:18 -0800 Subject: [PATCH] update readme for 0.6.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).