From 76d9a1bf449dacb0529c68aee74490ef01a50f3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 00:17:02 +0000 Subject: [PATCH] Update circe-generic, circe-literal, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 857c3d1b..b242ae6d 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val Versions = new { val ActiveMq = "5.18.2" val AwsSdkV2 = "2.20.135" val CatsEffect = "3.5.1" - val Circe = "0.14.5" + val Circe = "0.14.6" val Fs2 = "3.8.0" val Logback = "1.4.11" val Log4Cats = "2.6.0"