Skip to content

Commit

Permalink
Update libraries (#1182)
Browse files Browse the repository at this point in the history
* HTTP4s: 0.23.28
  • Loading branch information
fsvehla authored Oct 21, 2024
1 parent c304ae5 commit 4fceb6e
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 4fceb6e

Please sign in to comment.