From 4b124f205882ffb39f83c50dcd3b6a5feedc9806 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 18:28:14 +0000 Subject: [PATCH] Update circe-generic, circe-literal, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48422380..285b1444 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( val Versions = new { val ActiveMq = "5.18.3" val CatsEffect = "3.5.2" - val Circe = "0.14.6" + val Circe = "0.14.9" val Fs2 = "3.9.3" val Logback = "1.4.13" val Log4Cats = "2.6.0"