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 ef8e552 commit 35d4f83Copy full SHA for 35d4f83
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.34",
+ "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.35",
100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101
) ++ Libraries.sttpClientOx,
102
publish / skip := true
0 commit comments