diff --git a/build.sbt b/build.sbt index 74d38c82..9014ccab 100644 --- a/build.sbt +++ b/build.sbt @@ -114,7 +114,7 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1" val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5" val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5" val sprayJson = "io.spray" %% "spray-json" % "1.3.6" -val circeV = "0.14.6" +val circeV = "0.14.9" val circe = "io.circe" %% "circe-core" % circeV val circeAuto = "io.circe" %% "circe-generic" % circeV val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"