From b86694591001ec28a25c0f53fae37a14ed99259d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 08:36:45 +0000 Subject: [PATCH] Update circe-generic-extras to 0.14.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c877fa4..75b994f 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val api = (project in file("api")) "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % Tapir, "com.softwaremill.sttp.tapir" %% "tapir-refined" % Tapir, "io.circe" %% "circe-generic" % "0.14.9", - "io.circe" %% "circe-generic-extras" % "0.14.3", + "io.circe" %% "circe-generic-extras" % "0.14.4", "org.scalameta" %% "munit" % "1.0.0" % Test ) )