Skip to content

Commit

Permalink
Update tapir-netty-server-sync to 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 25, 2024
1 parent b623c2f commit 59831db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val examples = (projectMatrix in file("examples"))
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.4",
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.5",
"com.softwaremill.sttp.client4" %% "ox" % "4.0.0-M17",
"ch.qos.logback" % "logback-classic" % "1.5.6"
),
Expand Down

0 comments on commit 59831db

Please sign in to comment.