aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 568324b..c4331fe 100644
--- a/build.sbt
+++ b/build.sbt
@@ -155,7 +155,7 @@ lazy val okhttpMonixBackend: Project = (project in file("okhttp-backend/monix"))
libraryDependencies ++= Seq(monix)
) dependsOn okhttpBackend
-lazy val circeVersion = "0.9.1"
+lazy val circeVersion = "0.9.2"
lazy val circe: Project = (project in file("json/circe"))
.settings(commonSettings: _*)