From 3e1a6fb828695df04d76f462cb7a2893cd12f0c2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 8 Jun 2025 07:40:02 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b32463..d930425 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.UpdateVersionInDocs // Version constants val scalaTestV = "3.2.18" -val circeV = "0.14.6" +val circeV = "0.14.13" val tapirV = "1.11.33" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(