From 1ba17f64805587583c537477278f2c3e7963d260 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Apr 2024 13:37:06 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4b1dbf..4ae10e5 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val library = new { object Version { val http4s = "0.18.9" - val circe = "0.9.3" + val circe = "0.14.7" val doobie = "0.5.2" val refined = "0.9.0" val flyway = "5.0.7"