From 5e0c888cfb24585abaf3eb9431d0a568aec152ef Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 3 Jul 2024 05:22:40 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- project/ProjectPlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index b01e878..e61aad4 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin { object V { val catsEffect: String = "3.5.4" - val circe: String = "0.14.8" + val circe: String = "0.14.9" val doobie: String = "1.0.0-RC5" val fs2: String = "3.10.2" val kindProjector: String = "0.13.3"