From 6c3bd4cc6697bf1cefed285b38e7ed16c6f5b8e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jun 2025 13:33:09 +0000 Subject: [PATCH] Update circe-generic to 0.14.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc38063..33fa520 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val core = project "ch.qos.logback" % "logback-classic" % "1.5.12", "org.mdedetrich" %% "akka-stream-circe" % "0.9.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", - "io.circe" %% "circe-generic" % "0.14.10", + "io.circe" %% "circe-generic" % "0.14.14", "io.circe" %% "circe-generic-extras" % "0.14.4", "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test"