Skip to content

Commit

Permalink
chore: Update http4s-dsl from 0.23.29 to 0.23.30
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rlemaitre committed Dec 8, 2024
1 parent 5bdc623 commit 8e65e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {

val http4s: Seq[ModuleID] = Seq(
"org.http4s" %% "http4s-core" % "0.23.30",
"org.http4s" %% "http4s-dsl" % "0.23.29",
"org.http4s" %% "http4s-dsl" % "0.23.30",
"org.http4s" %% "http4s-circe" % "0.23.30"
)

Expand Down

0 comments on commit 8e65e5f

Please sign in to comment.