Skip to content

Commit 8fbc6d4

Browse files
Update tapir-apispec-docs, ... to 1.11.36 (#365)
1 parent a250a90 commit 8fbc6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lazy val examples = (projectMatrix in file("examples"))
9696
.settings(commonSettings)
9797
.settings(
9898
libraryDependencies ++= Seq(
99-
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.35",
99+
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.36",
100100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101101
) ++ Libraries.sttpClientOx,
102102
publish / skip := true

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val sttpClient = "4.0.9"
1111
val pekkoStreams = "1.1.4"
1212
val akkaStreams = "2.6.20"
13-
val tapir = "1.11.35"
13+
val tapir = "1.11.36"
1414
val uPickle = "4.2.1"
1515
}
1616

0 commit comments

Comments
 (0)