Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.22.9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 25, 2022
1 parent 0a63b56 commit e45c326
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 @@ -625,7 +625,7 @@ lazy val Dependencies = new {
}

object Http4s {
val http4sVersion = Def.setting(if (isCE3.value) "0.23.7" else "0.22.8")
val http4sVersion = Def.setting(if (isCE3.value) "0.23.7" else "0.22.9")

val emberServer: Def.Initialize[ModuleID] =
Def.setting("org.http4s" %%% "http4s-ember-server" % http4sVersion.value)
Expand Down

0 comments on commit e45c326

Please sign in to comment.