Skip to content

Commit 55a4e52

Browse files
Update tapir-netty-server-sync to 1.11.32 (#345)
1 parent aeb07f2 commit 55a4e52

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

0 commit comments

Comments
 (0)