From 795702c273ac800fb789c64d630aac790e096b00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Dec 2025 19:46:36 +0000 Subject: [PATCH] Update circe-refined to 0.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b5ec582..246e2b82 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ ThisBuild / githubWorkflowEnv ++= List("PGP_SECRET", "SONATYPE_PASSWORD", "SONAT val Versions = new { val catsCore = "2.13.0" val catsEffect = "3.6.3" - val circe = "0.14.9" + val circe = "0.15.1" val jsoniter = "2.38.5" val zioJson = "0.7.45" val monix = "3.4.1"