From c62668d19bda189b59ad9142593d5667c51feb27 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:33:45 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b58dc05..86ca213 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val Versions = new { val scalacss = "1.0.0" - val circe = "0.14.5" + val circe = "0.14.10" val doobie = "1.0.0-RC2"