Skip to content

Commit

Permalink
Update http4s-ember-client to 0.23.29 (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 24, 2024
1 parent 8c2986d commit 9b908d6
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 @@ -708,7 +708,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
name := "http4s-backend",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-client" % http4s_ce3_version,
"org.http4s" %% "http4s-ember-client" % "0.23.28" % Optional,
"org.http4s" %% "http4s-ember-client" % "0.23.29" % Optional,
"org.http4s" %% "http4s-blaze-client" % "0.23.16" % Optional
),
evictionErrorLevel := Level.Info
Expand Down

0 comments on commit 9b908d6

Please sign in to comment.