From 5bf3be9e6b8165abdaab6f783753e33b6f7622a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:31:33 +0000 Subject: [PATCH] chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.31 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 858e5baf..d164669a 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ val commonSettings = Seq( "io.circe" %% "circe-core" % "0.14.2", "io.circe" %% "circe-generic" % "0.14.2", "io.circe" %% "circe-parser" % "0.14.2", - "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6", + "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.13.31", "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.1.0", "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.2.0", "org.typelevel" %% "log4cats-core" % "2.4.0",