Skip to content

Commit

Permalink
Update http4s-dsl to 0.23.19 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 30, 2023
1 parent 3bf3f5d commit d2cf6c8
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 @@ -148,7 +148,7 @@ def akkaHttpInExamples = {
akkaHttpSprayJson.cross(CrossVersion.for3Use2_13))
}

val http4sVersion = "0.23.18"
val http4sVersion = "0.23.19"
val http4s = "org.http4s" %% "http4s-dsl" % http4sVersion

def akkaHttpInBenchmarks = akkaHttpInExamples :+ (akkaHttpTestkit).cross(CrossVersion.for3Use2_13)
Expand Down

0 comments on commit d2cf6c8

Please sign in to comment.