From c2b9d316639ad8560f3149fbde7653ec45ea0f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Thu, 28 Oct 2021 13:31:03 -0500 Subject: [PATCH] Update circe version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf0af86..f3588f9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.util.Properties val json4sVersion = "3.6.11" -val circeVersion = "0.12.3" +val circeVersion = "0.14.1" val akkaVersion = "2.6.17" val playVersion = "2.7.4"