From ff99759c9bcc8aad7fd862fcee1364bac39857bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Apr 2024 17:10:31 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ac49fcb..d0690b1c 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val versions = new { val catsCore = "2.6.1" val catsEffect = "2.5.4" val catsRetry = "2.1.1" - val circe = "0.13.0" + val circe = "0.14.7" val doobie = "0.13.4" val droste = "0.8.0" val enumeratum = "1.7.0"