From dc5bd3859af6580e6037325d4a671048b3be6299 Mon Sep 17 00:00:00 2001 From: Paolo Boni <4746479+paoloboni@users.noreply.github.com> Date: Sun, 3 Sep 2023 00:47:41 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f90e911..d8d13989 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val e2eSettings = EndToEndTest / scalaSource := baseDirectory.value / "src" / "e2e" / "scala" ) -lazy val circeV = "0.14.1" +lazy val circeV = "0.14.6" lazy val fs2V = "3.6.1" lazy val catsCoreV = "2.9.0" lazy val catsEffectV = "3.4.11"