From 4b2f59e1b4e3627e543794e0531fff3ddea6e5f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Feb 2023 23:05:28 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.4 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index a18cb07a..2a2d82b0 100644 --- a/build.sbt +++ b/build.sbt @@ -113,10 +113,10 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1" val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC2" val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" val sprayJson = "io.spray" %% "spray-json" % "1.3.6" -val circe = Def.setting("io.circe" %%% "circe-core" % "0.14.3") -val circeAuto = "io.circe" %% "circe-generic" % "0.14.3" +val circe = Def.setting("io.circe" %%% "circe-core" % "0.14.4") +val circeAuto = "io.circe" %% "circe-generic" % "0.14.4" val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.3" -val circeParser = "io.circe" %% "circe-parser" % "0.14.3" +val circeParser = "io.circe" %% "circe-parser" % "0.14.4" val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.9"