Skip to content

Commit

Permalink
Update http4s-dsl to 0.23.30 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 16, 2024
1 parent 183ecdb commit 67dbb50
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
@@ -156,7 +156,7 @@ def pekkoHttpInExamples = {
Seq(pekkoStream, pekkoHttp, pekkoHttpSprayJson)
}

val http4sVersion = "0.23.29"
val http4sVersion = "0.23.30"
val http4s = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion)

val http4sStirVersion = "0.4.0"

0 comments on commit 67dbb50

Please sign in to comment.