diff --git a/README.md b/README.md index 27bbeb1..d0170ee 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.6.0" + libraryDependencies += "org.zalando" %% "scala-jsonapi" % "0.6.2" You also have to provide the used backend (e.g. spray-json). diff --git a/build.sbt b/build.sbt index 9a124c7..2b49436 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ resolvers ++= Seq( ) libraryDependencies ++= { - val circeVersion = "0.6.0" + val circeVersion = "0.7.0" val akkaVersion = "2.4.8" Seq( diff --git a/version.sbt b/version.sbt index 421f10f..a3c3a82 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.6.1" +version in ThisBuild := "0.6.2"