From c6dd61ad9a265ee7b737843a9fc68906284bdf5e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 04:13:37 +0000 Subject: [PATCH] Update circe-core, circe-literal to 0.14.6 --- modules/circe/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/circe/build.sbt b/modules/circe/build.sbt index 68de80460..ab5017b91 100644 --- a/modules/circe/build.sbt +++ b/modules/circe/build.sbt @@ -4,8 +4,8 @@ import Utilities._ crossScalaVersions := Seq(scala212, scala213) libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.5", - "io.circe" %% "circe-literal" % "0.14.5" % Test, + "io.circe" %% "circe-core" % "0.14.6", + "io.circe" %% "circe-literal" % "0.14.6" % Test, "org.typelevel" %% "jawn-parser" % "1.5.1" % Test )