From 03e76d4ef0c8bcdab0fda119572f3f265c07cdcd Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Thu, 31 Aug 2023 00:41:33 +0000 Subject: [PATCH] Update circe-core to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14c7b97..a3f9757 100644 --- a/build.sbt +++ b/build.sbt @@ -112,7 +112,7 @@ lazy val circe = module("circe") { .dependsOn(core) .settings( description := "yaml4s integration with circe", - libraryDependencies += "io.circe" %%% "circe-core" % "0.14.5" + libraryDependencies += "io.circe" %%% "circe-core" % "0.14.6" ) }