diff --git a/build.sbt b/build.sbt index 4b5e7fd..3d68e65 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.6" + libraryDependencies += "io.circe" %%% "circe-core" % "0.14.7" ) }