diff --git a/build.sbt b/build.sbt index b6d76b1..ff3029d 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 ) )