We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb07f2 commit 55a4e52Copy full SHA for 55a4e52
build.sbt
@@ -96,7 +96,7 @@ lazy val examples = (projectMatrix in file("examples"))
96
.settings(commonSettings)
97
.settings(
98
libraryDependencies ++= Seq(
99
- "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.29",
+ "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.32",
100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101
) ++ Libraries.sttpClientOx,
102
publish / skip := true
0 commit comments