From 078d69e93b5bc6202f2e253e05ed42fd0586ad98 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sat, 7 Sep 2024 00:59:33 +0000 Subject: [PATCH] Update circe-core to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) }