diff --git a/build.sbt b/build.sbt index ed90eb2..4bf098d 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.8" val reactiveMongoVersion = "1.0.7" val scalaTestVersion = "3.2.11"