We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6681d8 commit d2f22f2Copy full SHA for d2f22f2
build.sbt
@@ -70,7 +70,7 @@ val commonSettings = Seq(
70
"io.circe" %% "circe-core" % "0.14.2",
71
"io.circe" %% "circe-generic" % "0.14.2",
72
"io.circe" %% "circe-parser" % "0.14.2",
73
- "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6",
+ "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.2.4",
74
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.1.0",
75
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.2.0",
76
"org.typelevel" %% "log4cats-core" % "2.4.0",
0 commit comments