aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 02aba9b..0c5511b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,7 +39,7 @@ val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
val monixVersion = "2.3.2"
val monix = "io.monix" %% "monix" % monixVersion
-val circeVersion = "0.8.0"
+val circeVersion = "0.9.1"
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"