From b10d3bfa27b85384a3fe4901be595008ab5d3f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 05:40:48 +0000 Subject: [PATCH] chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c8bd97..656246f 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.2.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",