From 1aabb0be2e931f59e77d8e9e97a7b6a057a08763 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 09:30:07 +0000 Subject: [PATCH] Update circe-generic to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca367c1..2f3d41d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val core = project "ch.qos.logback" % "logback-classic" % "1.5.6", "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.5", + "io.circe" %% "circe-generic" % "0.14.8", "io.circe" %% "circe-generic-extras" % "0.14.3", "org.scalatest" %% "scalatest" % "3.2.18" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test"