diff --git a/build.sbt b/build.sbt index 858e5baf..0d3fa357 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.10", "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",