Skip to content

Commit

Permalink
Update http4s-dsl to 0.23.26
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2024
1 parent 450c566 commit b459037
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 @@ -30,7 +30,7 @@ lazy val http4s =
.settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-dsl" % "0.23.9",
"org.http4s" %% "http4s-dsl" % "0.23.26",
"org.http4s" %% "http4s-blaze-client" % "0.23.9"
)
)
Expand Down

0 comments on commit b459037

Please sign in to comment.