Skip to content

Commit

Permalink
Update http4s-dsl to 0.23.28
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2024
1 parent e88fcd9 commit 5cae7ff
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 @@ -332,7 +332,7 @@ lazy val zioJsonInteropHttp4s = project
.settings(
crossScalaVersions -= ScalaDotty,
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-dsl" % "0.23.26",
"org.http4s" %% "http4s-dsl" % "0.23.28",
"dev.zio" %% "zio" % zioVersion,
"org.typelevel" %% "cats-effect" % "3.4.9",
"dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test",
Expand Down

0 comments on commit 5cae7ff

Please sign in to comment.