diff --git a/build.sbt b/build.sbt index 9baebef..d2d1cdb 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.9" val iterateeVersion = "0.20.0" val previousCirceIterateeVersion = "0.12.0"