From 68112241b9cefbcf693c9060c1afdda42b2606a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Feb 2023 16:16:54 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0da0e779..35d0333f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val protobufVersion = "3.19.2" - val circeVersion = "0.14.1" + val circeVersion = "0.14.4" val `ts-config` = "com.typesafe" % "config" % "1.4.1" val `scodec-bits` = "org.scodec" %% "scodec-bits" % "1.1.30"