From 1512e58097741434f539aab03b478f20cf96e9e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:16:14 +0000 Subject: [PATCH] chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.11.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c8bd97..fe58c05 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ val commonSettings = Seq( "io.circe" %% "circe-core" % "0.14.3", "io.circe" %% "circe-generic" % "0.14.3", "io.circe" %% "circe-parser" % "0.14.3", - "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6", + "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.1", "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.0.6", "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.0.6", "com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.0.6",