From a1bed1444d9fedd03cfaeeb9df69a2cb3952577e Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 3 Jul 2024 07:29:07 +0200 Subject: [PATCH] Update circe-generic, circe-parser to 0.14.9 --- project/ProjectPlugin.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 994cada7..5658a646 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -61,14 +61,14 @@ object ProjectPlugin extends AutoPlugin { lazy val examplesSettings = Seq( libraryDependencies ++= Seq( - "io.circe" %% "circe-generic" % "0.14.8", + "io.circe" %% "circe-generic" % "0.14.9", "org.tpolecat" %% "doobie-core" % "1.0.0-RC5", "org.tpolecat" %% "doobie-h2" % "1.0.0-RC5", "org.tpolecat" %% "atto-core" % "0.9.5", "org.http4s" %% "http4s-blaze-client" % "0.23.16", "org.http4s" %% "http4s-circe" % "0.23.27", "redis.clients" % "jedis" % "5.1.3", - "io.circe" %% "circe-parser" % "0.14.8" % Test, + "io.circe" %% "circe-parser" % "0.14.9" % Test, "org.slf4j" % "slf4j-simple" % "2.0.13" % Test ) ) ++ commonCrossDependencies