From afddde14bda9cac688397bb8bd9bc8aebb4bec36 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 16:15:09 +0000 Subject: [PATCH] Upgrade circe-parser from 0.14.6 to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48f6397..e75380d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val V = new { val cats = "2.10.0" val catsEffect = "3.5.4" - val circe = "0.14.6" + val circe = "0.14.7" val http4s = "0.23.26" val munit = "1.0.0-M11" val munitCatsEffect = "2.0.0-M5"