From 5563f14446ba7ad7687b2749d7bc38722eaabb51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 12:49:33 +0200 Subject: [PATCH] Update circe-generic to 0.14.0 --- project/EndpointsUzhttpSettings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/EndpointsUzhttpSettings.scala b/project/EndpointsUzhttpSettings.scala index 033f381..0be97f7 100644 --- a/project/EndpointsUzhttpSettings.scala +++ b/project/EndpointsUzhttpSettings.scala @@ -41,7 +41,7 @@ object EndpointsUzhttpSettings { ) // --- Common dependencies - val circeVersion = "0.13.0" + val circeVersion = "0.14.0" val endpointsVersion = "1.1.0" val akkaHttpVersion = "10.2.1" val akkaActorVersion = "2.6.9"