From 33d9ab8b9a011026e5cf180bb484fca0cfbe5b19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Apr 2025 19:21:08 +0000 Subject: [PATCH] Update circe-refined to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a87d305..2da968a 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ val Versions = new { val catsCore = "2.8.0" val catsEffect = "3.3.14" val catsEffect2 = "2.5.5" - val circe = "0.14.6" + val circe = "0.14.9" val jsoniter = "2.30.7" val monix = "3.4.1" val scalaTest = "3.2.19"