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 a250a90 commit 8fbc6d4Copy full SHA for 8fbc6d4
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.35",
+ "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.36",
100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101
) ++ Libraries.sttpClientOx,
102
publish / skip := true
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
val sttpClient = "4.0.9"
11
val pekkoStreams = "1.1.4"
12
val akkaStreams = "2.6.20"
13
- val tapir = "1.11.35"
+ val tapir = "1.11.36"
14
val uPickle = "4.2.1"
15
}
16
0 commit comments