Skip to content

Commit

Permalink
Update http4s-blaze-server to 0.23.17 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
github-actions[bot] and scala-steward authored Nov 10, 2024
1 parent 61de69d commit 5877ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server-zio" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-redoc-bundle" % tapirVersion,
"org.http4s" %% "http4s-blaze-server" % "0.23.16"
"org.http4s" %% "http4s-blaze-server" % "0.23.17"
)

val zioLoggingVersion = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server-zio" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-redoc-bundle" % tapirVersion,
"org.http4s" %% "http4s-blaze-server" % "0.23.16"
"org.http4s" %% "http4s-blaze-server" % "0.23.17"
)

val zioLoggingVersion = "2.3.2"
Expand Down

0 comments on commit 5877ea2

Please sign in to comment.