We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dab2ac commit cef832cCopy full SHA for cef832c
1 file changed
build.sbt
@@ -68,7 +68,7 @@ val commonSettings = Seq(
68
"io.circe" %% "circe-generic" % "0.14.3",
69
"io.circe" %% "circe-parser" % "0.14.3",
70
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6",
71
- "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.0.6",
+ "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.8.3",
72
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.0.6",
73
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.0.6",
74
"org.typelevel" %% "log4cats-core" % "2.5.0",
0 commit comments