Skip to content

Commit

Permalink
Update http4s-dsl to 0.23.30
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 6, 2024
1 parent b7795b8 commit 6071b2f
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.29",
"org.http4s" %% "http4s-dsl" % "0.23.30",
"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 6071b2f

Please sign in to comment.