diff --git a/build.sbt b/build.sbt index 20d8b86..4a479da 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val circe = module("circe") { .dependsOn(core) .settings( description := "yaml4s integration with circe", - libraryDependencies += "io.circe" %%% "circe-core" % "0.14.9" + libraryDependencies += "io.circe" %%% "circe-core" % "0.14.10" ) }