From b43a751cd8fd92eaa411160e2e5c83ed75635030 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 24 Sep 2016 12:32:31 -0700 Subject: [PATCH 1/2] get on actual release of circe --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0c697c..d01a0b5 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ resolvers ++= Seq( ) libraryDependencies ++= { - val circeVersion = "0.5.0-M2" + val circeVersion = "0.5.2" val akkaVersion = "2.4.8" Seq( From b83421b78cbcfc2b33075e2d72a66a5e21471256 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 25 Sep 2016 02:51:05 -0700 Subject: [PATCH 2/2] v0.5.4 --- README.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f47310b..46a2516 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/version.sbt b/version.sbt index f62360d..5b60162 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.5.3" +version in ThisBuild := "0.5.4"