From 1da2ca0c4e315781dfa40fdf998d36a68d5d4d85 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 14 Jun 2025 00:22:22 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aa4b09b..71621ba 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.UpdateVersionInDocs // Version constants val scalaTestV = "3.2.19" -val circeV = "0.14.13" +val circeV = "0.14.14" val tapirV = "1.11.33" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(