From 19e0122d3adb7e0fd76a46e4bcae585ffb69f9c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 16:55:29 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ea9366..ee8cbb2 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val Versions = new { val effect = "3.5.4" } - val circe = "0.14.8" + val circe = "0.14.9" val sttp = "3.9.7"