diff --git a/build.sbt b/build.sbt index a15dbc9..7283ee0 100644 --- a/build.sbt +++ b/build.sbt @@ -195,7 +195,7 @@ lazy val circe = project .settings( name := "tethys-circe", libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.8" + "io.circe" %% "circe-core" % "0.14.10" ) ) .dependsOn(core, `jackson-212` % Test)