Skip to content

Commit 35d4f83

Browse files
Update tapir-netty-server-sync to 1.11.35 (#362)
1 parent ef8e552 commit 35d4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.34",
99+
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.35",
100100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101101
) ++ Libraries.sttpClientOx,
102102
publish / skip := true

0 commit comments

Comments
 (0)