From 21721fface537cea5578587aac8c8ae7526e6beb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:02:33 +0000 Subject: [PATCH] chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.11.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c8bd97..5e8ed3e 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.4", "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",