From 6d26bf73b6e60b8e5ec8e176dac547d7f78c64ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Nov 2025 23:17:28 +0000 Subject: [PATCH] Update circe-core to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a02b5f..533ef7f 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ lazy val root = project.in(file(".")) .disablePlugins(MimaPlugin) lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0") -lazy val circe = "io.circe" %% "circe-core" % "0.14.10" +lazy val circe = "io.circe" %% "circe-core" % "0.14.15" lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.5.1") lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.7" lazy val playJson = "org.playframework" %% "play-json" % "3.0.4"