From 8e9bb1cfaa02d3a5bc16e9fc6b7cac2a9088e56d Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:13:25 +0000 Subject: [PATCH] Update circe-core to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42deef..6d9e18b 100644 --- a/build.sbt +++ b/build.sbt @@ -135,7 +135,7 @@ lazy val site = project val catsV = "2.7.0" //https://github.com/typelevel/cats/releases val catsEffectV = "3.3.12" //https://github.com/typelevel/cats-effect/releases -val circeV = "0.14.1" //https://github.com/circe/circe/releases +val circeV = "0.14.9" //https://github.com/circe/circe/releases val http4sV = "0.23.6" //https://github.com/http4s/http4s/releases val doobieV = "1.0.0-RC1" //https://github.com/tpolecat/doobie/releases val scalaJavaTimeV = "2.3.0" // https://github.com/cquiroz/scala-java-time/releases